Documentation
¶
Index ¶
- type Actions
- func (a Actions) HelpFunc(cmd *spec.CommandItem)
- func (a Actions) IOStreams() gencli.IOStreams
- func (a Actions) PetstoreList(ctx context.Context, args gencli.PetstoreListArgs) error
- func (a Actions) PetstorePetAdd(ctx context.Context, args gencli.PetstorePetAddArgs, ...) error
- func (a Actions) PetstorePetDelete(ctx context.Context, flags gencli.PetstorePetDeleteFlags) error
- func (a Actions) PetstorePetFindByStatus(ctx context.Context, flags gencli.PetstorePetFindByStatusFlags) error
- func (a Actions) PetstorePetFindByTags(ctx context.Context, flags gencli.PetstorePetFindByTagsFlags) error
- func (a Actions) PetstorePetGet(ctx context.Context, flags gencli.PetstorePetGetFlags) error
- func (a Actions) PetstorePetUpdate(ctx context.Context, args gencli.PetstorePetUpdateArgs, ...) error
- func (a Actions) PetstorePetUpdateForm(ctx context.Context, flags gencli.PetstorePetUpdateFormFlags) error
- func (a Actions) PetstorePetUploadImage(ctx context.Context, args gencli.PetstorePetUploadImageArgs, ...) error
- func (a Actions) PetstoreStoreInventory(ctx context.Context) error
- func (a Actions) PetstoreStoreOrderDelete(ctx context.Context, args gencli.PetstoreStoreOrderDeleteArgs) error
- func (a Actions) PetstoreStoreOrderGet(ctx context.Context, flags gencli.PetstoreStoreOrderGetFlags) error
- func (a Actions) PetstoreStoreOrderPlace(ctx context.Context, args gencli.PetstoreStoreOrderPlaceArgs, ...) error
- func (a Actions) PetstoreUserCreate(ctx context.Context, args gencli.PetstoreUserCreateArgs, ...) error
- func (a Actions) PetstoreUserCreateWithList(ctx context.Context, args gencli.PetstoreUserCreateWithListArgs) error
- func (a Actions) PetstoreUserDelete(ctx context.Context, flags gencli.PetstoreUserDeleteFlags) error
- func (a Actions) PetstoreUserGet(ctx context.Context, flags gencli.PetstoreUserGetFlags) error
- func (a Actions) PetstoreUserLogin(ctx context.Context, flags gencli.PetstoreUserLoginFlags) error
- func (a Actions) PetstoreUserLogout(ctx context.Context) error
- func (a Actions) PetstoreUserUpdate(ctx context.Context, flags gencli.PetstoreUserUpdateFlags) error
- func (a Actions) UsageFunc(cmd *spec.CommandItem) error
- func (a Actions) Version() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Actions ¶
type Actions struct {
// contains filtered or unexported fields
}
func NewActions ¶
func (Actions) HelpFunc ¶
func (a Actions) HelpFunc(cmd *spec.CommandItem)
func (Actions) PetstoreList ¶
func (Actions) PetstorePetAdd ¶
func (a Actions) PetstorePetAdd(ctx context.Context, args gencli.PetstorePetAddArgs, flags gencli.PetstorePetAddFlags) error
func (Actions) PetstorePetDelete ¶
func (Actions) PetstorePetFindByStatus ¶
func (Actions) PetstorePetFindByTags ¶
func (Actions) PetstorePetGet ¶
func (Actions) PetstorePetUpdate ¶
func (a Actions) PetstorePetUpdate(ctx context.Context, args gencli.PetstorePetUpdateArgs, flags gencli.PetstorePetUpdateFlags) error
func (Actions) PetstorePetUpdateForm ¶
func (Actions) PetstorePetUploadImage ¶
func (a Actions) PetstorePetUploadImage(ctx context.Context, args gencli.PetstorePetUploadImageArgs, flags gencli.PetstorePetUploadImageFlags) error
func (Actions) PetstoreStoreInventory ¶
func (Actions) PetstoreStoreOrderDelete ¶
func (Actions) PetstoreStoreOrderGet ¶
func (Actions) PetstoreStoreOrderPlace ¶
func (a Actions) PetstoreStoreOrderPlace(ctx context.Context, args gencli.PetstoreStoreOrderPlaceArgs, flags gencli.PetstoreStoreOrderPlaceFlags) error
func (Actions) PetstoreUserCreate ¶
func (a Actions) PetstoreUserCreate(ctx context.Context, args gencli.PetstoreUserCreateArgs, flags gencli.PetstoreUserCreateFlags) error
func (Actions) PetstoreUserCreateWithList ¶
func (Actions) PetstoreUserDelete ¶
func (Actions) PetstoreUserGet ¶
func (Actions) PetstoreUserLogin ¶
func (Actions) PetstoreUserUpdate ¶
Click to show internal directories.
Click to hide internal directories.