Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidClient = errors.New("invalid client")
Functions ¶
This section is empty.
Types ¶
type AuthorizedRoundTripper ¶
type AuthorizedRoundTripper struct {
// contains filtered or unexported fields
}
type Client ¶
type Client interface {
WhoAmI(ctx context.Context) (string, error)
GenerateRunbookV2(ctx context.Context, commands []RecordedCommand) (*GeneratedRunbook, error)
GenerateRunbook(ctx context.Context, commands []string) (*GeneratedRunbook, error)
}
type GeneratedRunbook ¶
type RecordedCommand ¶ added in v0.8.2
Click to show internal directories.
Click to hide internal directories.