Documentation
¶
Index ¶
- type Service
- func (app *Service) Close() error
- func (app *Service) DeleteAPIV1GamesGameIDHandler(params operations.DeleteAPIV1GamesGameIDParams) middleware.Responder
- func (app *Service) GetAPIV1GamesGameIDHandler(params operations.GetAPIV1GamesGameIDParams) middleware.Responder
- func (app *Service) GetAPIV1GamesHandler(params operations.GetAPIV1GamesParams) middleware.Responder
- func (app *Service) PostAPIV1GamesHandler(params operations.PostAPIV1GamesParams) middleware.Responder
- func (app *Service) PutAPIV1GamesGameIDHandler(params operations.PutAPIV1GamesGameIDParams) middleware.Responder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
var App *Service
func (*Service) DeleteAPIV1GamesGameIDHandler ¶
func (app *Service) DeleteAPIV1GamesGameIDHandler(params operations.DeleteAPIV1GamesGameIDParams) middleware.Responder
func (*Service) GetAPIV1GamesGameIDHandler ¶
func (app *Service) GetAPIV1GamesGameIDHandler(params operations.GetAPIV1GamesGameIDParams) middleware.Responder
func (*Service) GetAPIV1GamesHandler ¶
func (app *Service) GetAPIV1GamesHandler(params operations.GetAPIV1GamesParams) middleware.Responder
func (*Service) PostAPIV1GamesHandler ¶
func (app *Service) PostAPIV1GamesHandler(params operations.PostAPIV1GamesParams) middleware.Responder
func (*Service) PutAPIV1GamesGameIDHandler ¶
func (app *Service) PutAPIV1GamesGameIDHandler(params operations.PutAPIV1GamesGameIDParams) middleware.Responder
Click to show internal directories.
Click to hide internal directories.