Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewAgentService, NewHttpConnection)
Functions ¶
Types ¶
type AgentService ¶
type AgentService struct {
// contains filtered or unexported fields
}
func NewAgentService ¶
func NewAgentService(conn *transhttp.Client, ipfsShell *shell.Shell) *AgentService
func (*AgentService) Register ¶
func (s *AgentService) Register() error
func (*AgentService) UnRegister ¶
func (s *AgentService) UnRegister() error
Click to show internal directories.
Click to hide internal directories.