Documentation ¶
Index ¶
- type WServer
- func (wserver *WServer) BindForm(c *gin.Context, form interface{}) error
- func (wserver *WServer) GetRootHandler(c *gin.Context)
- func (wserver *WServer) PutAccountHandler(c *gin.Context)
- func (wserver *WServer) PutCharacterHandler(c *gin.Context)
- func (wserver *WServer) Setup()
- func (wserver *WServer) Start()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WServer ¶
type WServer struct {
// contains filtered or unexported fields
}
WServer create a default structure for all webservices
func (*WServer) GetRootHandler ¶
GetRootHandler function
func (*WServer) PutAccountHandler ¶
PutAccountHandler function
func (*WServer) PutCharacterHandler ¶
PutCharacterHandler function
Click to show internal directories.
Click to hide internal directories.