Documentation
¶
Index ¶
- func Tools(c *client.ClientWithResponses) []server.ServerTool
- type Repo
- func (r *Repo) CreateKeyValue(ctx context.Context, input client.KeyValuePOSTInput) (*client.KeyValueDetail, error)
- func (r *Repo) GetKeyValue(ctx context.Context, id string) (*client.KeyValueDetail, error)
- func (r *Repo) ListKeyValue(ctx context.Context, params *client.ListKeyValueParams) ([]*client.KeyValue, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Tools ¶
func Tools(c *client.ClientWithResponses) []server.ServerTool
Types ¶
type Repo ¶
type Repo struct {
// contains filtered or unexported fields
}
func (*Repo) CreateKeyValue ¶
func (r *Repo) CreateKeyValue(ctx context.Context, input client.KeyValuePOSTInput) (*client.KeyValueDetail, error)
func (*Repo) GetKeyValue ¶
func (*Repo) ListKeyValue ¶
Click to show internal directories.
Click to hide internal directories.