# Packages
accounts unit tests.
# Structs
GetHeader represents the headers returned in the response from a Get request.
GetOpts is a structure that contains parameters for getting an account's metadata.
GetResult is returned from a call to the Get function.
UpdateHeader represents the headers returned in the response from an Update request.
UpdateOpts is a structure that contains parameters for updating, creating, or deleting an account's metadata.
UpdateResult is returned from a call to the Update function.
# Interfaces
GetOptsBuilder allows extensions to add additional headers to the Get request.
UpdateOptsBuilder allows extensions to add additional headers to the Update request.