Versions in this module Expand all Collapse all v1 v1.2.3 Nov 10, 2024 Changes in this version + var Set = wire.NewSet(wire.Struct(new(Cmd), "*"), wire.Bind(new(Interface), new(*Cmd))) + type Cmd struct + AuthProxy authproxy.Interface + Logger logger.Interface + func (cmd *Cmd) Run(ctx context.Context, osArgs []string, version string) int + type Interface interface + Run func(ctx context.Context, osArgs []string, version string) int