Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Set = wire.NewSet( wire.Struct(new(Cmd), "*"), wire.Bind(new(Interface), new(*Cmd)), wire.Struct(new(Root), "*"), wire.Struct(new(GetToken), "*"), wire.Struct(new(Setup), "*"), wire.Struct(new(Clean), "*"), )
Set provides an implementation and interface for Cmd.
Functions ¶
This section is empty.
Types ¶
type GetToken ¶
type GetToken struct {
GetToken credentialplugin.Interface
Logger logger.Interface
}
Click to show internal directories.
Click to hide internal directories.