Documentation ¶ Index ¶ type Systemd func New(ctx context.Context, config *types.Config) (*Systemd, error) func (s *Systemd) Alive(ctx context.Context) bool func (s *Systemd) Events(ctx context.Context) (<-chan *types.WorkloadEventMessage, <-chan error) func (s *Systemd) Get(ctx context.Context, ID string) (*source.Workload, error) func (s *Systemd) List(ctx context.Context) ([]*source.Workload, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Systemd ¶ type Systemd struct { // contains filtered or unexported fields } func New ¶ func New(ctx context.Context, config *types.Config) (*Systemd, error) func (*Systemd) Alive ¶ func (s *Systemd) Alive(ctx context.Context) bool func (*Systemd) Events ¶ func (s *Systemd) Events(ctx context.Context) (<-chan *types.WorkloadEventMessage, <-chan error) func (*Systemd) Get ¶ func (s *Systemd) Get(ctx context.Context, ID string) (*source.Workload, error) func (*Systemd) List ¶ func (s *Systemd) List(ctx context.Context) ([]*source.Workload, error) Source Files ¶ View all Source files systemd.gounit.go Click to show internal directories. Click to hide internal directories.