Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfRequest ¶
type ConfRequest struct {
TestValue1 int `request:"query" json:"tv1"`
}
func (ConfRequest) CacheKey ¶
func (c ConfRequest) CacheKey() string
func (ConfRequest) Info ¶
func (c ConfRequest) Info() request.HttpRouteInfo
type ConfService ¶
type ConfService struct { CacheHitCounter *big.Int gkBoot.BasicService }
func NewConfService ¶
func NewConfService() *ConfService
Click to show internal directories.
Click to hide internal directories.