Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAlreadyStopped = errors.New("already stopped")
Functions ¶
This section is empty.
Types ¶
type APIService ¶
type APIService struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(l log.Logger, api *API, cfg flags.APIConfig, registry *prometheus.Registry) *APIService
func (*APIService) Stopped ¶
func (a *APIService) Stopped() bool
Click to show internal directories.
Click to hide internal directories.