Versions in this module Expand all Collapse all v0 v0.0.30 Jan 12, 2023 v0.0.29 Jan 6, 2023 Changes in this version + var Provides = wire.NewSet(wire.Struct(new(Controller), "*"), wire.Struct(new(Service), "*")) + type Controller struct + OpenAPIService *Service + type Service struct + func (x *Service) Client() (*client.Client, error)