Documentation ¶
Overview ¶
Package sync provides the sync command, which synchronizes an agent-version from github with the store.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AgentVersionCommand ¶
AgentVersionCommand returns the iris sync agent-version cobra command
Types ¶
type Builder ¶
type Builder interface { // Build returns a new Syncer. BuildSyncer(ctx context.Context) (Syncer, error) }
Builder is an interface for building a Syncer.
Click to show internal directories.
Click to hide internal directories.