Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Authorizer ¶
type Authorizer struct {
// contains filtered or unexported fields
}
func NewAuthorizer ¶
func NewAuthorizer(client *local.Client) *Authorizer
type LocalSource ¶
type LocalSource struct {
// contains filtered or unexported fields
}
func NewLocalSource ¶
func NewLocalSource(socket string) *LocalSource
func NewLocalSourceWithClient ¶
func NewLocalSourceWithClient(client *local.Client) *LocalSource
func (*LocalSource) Diagnostic ¶
func (s *LocalSource) Diagnostic(ctx context.Context) (collector.Diagnostic, error)
Click to show internal directories.
Click to hide internal directories.