Documentation
¶
Index ¶
- type MaintenanceService
- type PetstoreService
- func (p PetstoreService) CreatePet(ctx context.Context, req *CreatePetRequest) (*Pet, error)
- func (p PetstoreService) DeletePet(ctx context.Context, req *DeletePetRequest) (*emptypb.Empty, error)
- func (p PetstoreService) GetPet(ctx context.Context, req *GetPetRequest) (*Pet, error)
- func (p PetstoreService) ListPets(ctx context.Context, req *ListPetsRequest) (*ListPetsResponse, error)
- func (p PetstoreService) UpdatePet(ctx context.Context, req *UpdatePetRequest) (*Pet, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MaintenanceService ¶
type MaintenanceService struct {
}
type PetstoreService ¶
type PetstoreService struct{}
func (PetstoreService) CreatePet ¶
func (p PetstoreService) CreatePet(ctx context.Context, req *CreatePetRequest) (*Pet, error)
func (PetstoreService) GetPet ¶
func (p PetstoreService) GetPet(ctx context.Context, req *GetPetRequest) (*Pet, error)
Click to show internal directories.
Click to hide internal directories.