Documentation ¶ Index ¶ type Bootstrap func Create() (b *Bootstrap, err error) func (b *Bootstrap) L() *zap.Logger func (b *Bootstrap) Reload(ctx context.Context) (err error) func (b *Bootstrap) Run(ctx context.Context) (err error) type Identity Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Bootstrap ¶ type Bootstrap struct { // contains filtered or unexported fields } func Create ¶ func Create() (b *Bootstrap, err error) func (*Bootstrap) L ¶ func (b *Bootstrap) L() *zap.Logger func (*Bootstrap) Reload ¶ func (b *Bootstrap) Reload(ctx context.Context) (err error) func (*Bootstrap) Run ¶ func (b *Bootstrap) Run(ctx context.Context) (err error) type Identity ¶ type Identity struct { Ident string User string Hostname string Docker bool } Source Files ¶ View all Source files clientgrpc.go identity.go reload.go runner.go Directories ¶ Show internal Expand all Path Synopsis config Click to show internal directories. Click to hide internal directories.