Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EpochTradingMiningResp ¶
type InternalServer ¶ added in v0.0.7
type InternalServer struct {
// contains filtered or unexported fields
}
func NewInternalServer ¶ added in v0.0.7
func NewInternalServer(ctx context.Context, logger logging.Logger) *InternalServer
func (*InternalServer) OnQueryHealthCheckup ¶ added in v0.0.7
func (s *InternalServer) OnQueryHealthCheckup(w http.ResponseWriter, r *http.Request)
func (*InternalServer) OnQuerySetEpoch ¶ added in v0.0.7
func (s *InternalServer) OnQuerySetEpoch(w http.ResponseWriter, r *http.Request)
func (*InternalServer) Run ¶ added in v0.0.7
func (s *InternalServer) Run() error
func (*InternalServer) Shutdown ¶ added in v0.0.7
func (s *InternalServer) Shutdown() error
type TMServer ¶
type TMServer struct {
// contains filtered or unexported fields
}
func (*TMServer) OnQueryTradingMining ¶
func (s *TMServer) OnQueryTradingMining(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.