Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadService ¶
Types ¶
type Dependencies ¶
type Dependencies struct {
// contains filtered or unexported fields
}
func WithDependencies ¶
func WithDependencies(ctx context.Context, opts ...OptionFunc) (*Dependencies, error)
func (*Dependencies) SetEnvironment ¶
func (l *Dependencies) SetEnvironment(ctx context.Context) error
func (*Dependencies) WaitForReady ¶
func (l *Dependencies) WaitForReady(ctx context.Context, opt *Option) error
type OptionFunc ¶ added in v0.1.114
type OptionFunc func(*Option)
func WithDebug ¶ added in v0.1.114
func WithDebug() OptionFunc
func WithNamingScope ¶ added in v0.1.123
func WithNamingScope(scope string) OptionFunc
func WithTimeout ¶ added in v0.1.114
func WithTimeout(timeout time.Duration) OptionFunc
Click to show internal directories.
Click to hide internal directories.