Documentation
¶
Index ¶
- type Service
- func (s *Service) Close()
- func (s *Service) Ping(c context.Context) (err error)
- func (s *Service) ReadGrpcPingCount(c context.Context) (model.PingCount, error)
- func (s *Service) ReadHttpPingCount(c context.Context) (model.PingCount, error)
- func (s *Service) UpdateGrpcPingCount(c context.Context, pingcount model.PingCount) error
- func (s *Service) UpdateHttpPingCount(c context.Context, pingcount model.PingCount) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service.
func (*Service) ReadGrpcPingCount ¶
func (*Service) ReadHttpPingCount ¶
func (*Service) UpdateGrpcPingCount ¶
grpc
Click to show internal directories.
Click to hide internal directories.