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
func (ConfService) Execute ¶
func (c ConfService) Execute(ctx context.Context, request interface{}) (response interface{}, err error)
func (ConfService) Metrics ¶
func (c ConfService) Metrics() *metrics.MappedMetrics
func (ConfService) UpdateMetrics ¶
func (c ConfService) UpdateMetrics( ctx context.Context, request interface{}, response interface{}, startTime time.Time, mappedMetrics *metrics.MappedMetrics, )
Click to show internal directories.
Click to hide internal directories.