Documentation
¶
Index ¶
- type API
- func (a *API) Get(ctx context.Context, subscription int, database int) (*AllTags, error)
- func (a *API) GetFixed(ctx context.Context, subscription int, database int) (*AllTags, error)
- func (a *API) Put(ctx context.Context, subscription int, database int, tags AllTags) error
- func (a *API) PutFixed(ctx context.Context, subscription int, database int, tags AllTags) error
- type AllTags
- type HttpClient
- type NotFound
- type Tag
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func NewAPI ¶
func NewAPI(client HttpClient) *API
type HttpClient ¶
Click to show internal directories.
Click to hide internal directories.