scottdware / go-bigip

A Go package that interacts with F5 BIG-IP systems using the REST API.
MIT License
108 stars 118 forks source link

Add support for managing sys folders #64

Closed aughr closed 6 years ago

aughr commented 6 years ago

Use bool ptrs to make sure we're not serializing false fields when they're not explicitly set. That's a departure from existing structures, but I don't see a better option other than marshaling to and from strings instead of bools.