Documentation ¶
Index ¶
- type InClientImpl
- func (s *InClientImpl) Close()
- func (s *InClientImpl) ListLoadedDestinations() (*admin.ListLoadedDestinationsResult_, error)
- func (s *InClientImpl) ReadDestState(req *admin.ReadDestinationStateRequest) (*admin.ReadDestinationStateResult_, error)
- func (s *InClientImpl) UnloadDestinations(req *admin.UnloadDestinationsRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InClientImpl ¶
type InClientImpl struct {
// contains filtered or unexported fields
}
InClientImpl is a inputhost tchannel client
func NewClient ¶
func NewClient(instanceID int, hostAddr string) (*InClientImpl, error)
NewClient returns a new instance of tchannel client
func (*InClientImpl) ListLoadedDestinations ¶
func (s *InClientImpl) ListLoadedDestinations() (*admin.ListLoadedDestinationsResult_, error)
ListLoadedDestinations lists all the loaded destinations from the inputhost
func (*InClientImpl) ReadDestState ¶
func (s *InClientImpl) ReadDestState(req *admin.ReadDestinationStateRequest) (*admin.ReadDestinationStateResult_, error)
ReadDestState reads the given destination's state from the inputhost
func (*InClientImpl) UnloadDestinations ¶
func (s *InClientImpl) UnloadDestinations(req *admin.UnloadDestinationsRequest) error
UnloadDestinations unloads the destination from the inputhost
Click to show internal directories.
Click to hide internal directories.