Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricsRequest ¶
type MetricsRequest struct {
TestValue1 int `json:"testValue1"`
}
func (MetricsRequest) Info ¶
func (m MetricsRequest) Info() request.HttpRouteInfo
type MetricsService ¶
type MetricsService struct {
gkBoot.BasicService
}
func (MetricsService) Execute ¶
func (m MetricsService) Execute(ctx context.Context, request interface{}) (response interface{}, err error)
func (*MetricsService) Metrics ¶
func (m *MetricsService) Metrics() *metrics.MappedMetrics
func (*MetricsService) UpdateMetrics ¶
func (m *MetricsService) UpdateMetrics( _ context.Context, _ interface{}, _ interface{}, _ time.Time, mappedMetrics *metrics.MappedMetrics, )
Click to show internal directories.
Click to hide internal directories.