Documentation
¶
Index ¶
- func Create(ctx context.Context, client *api.ClientWithResponses, ...) (any, func(), error)
- func Delete(ctx context.Context, client *api.ClientWithResponses, id uuid.UUID) (any, func(), error)
- func Get(ctx context.Context, client *api.ClientWithResponses, id uuid.UUID) (any, func(), error)
- func List(ctx context.Context, client *api.ClientWithResponses) (any, func(), error)
- func Start(ctx context.Context, client *api.ClientWithResponses, name string) error
- func Upsert(ctx context.Context, client *api.ClientWithResponses, ...) (any, func(), error)
- type LocationSchemaInput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(ctx context.Context, client *api.ClientWithResponses, input LocationSchemaInput) (any, func(), error)
func Upsert ¶
func Upsert(ctx context.Context, client *api.ClientWithResponses, input LocationSchemaInput) (any, func(), error)
Types ¶
type LocationSchemaInput ¶
Click to show internal directories.
Click to hide internal directories.