Documentation ¶ Index ¶ func New() *cobra.Command func NewSync() *cobra.Command type Sync func (opts *Sync) Pre(cmd *cobra.Command, args []string) error func (opts *Sync) Run(ctx context.Context, args []string) error type Team func (opts *Team) Run(_ context.Context, args []string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New() *cobra.Command func NewSync ¶ func NewSync() *cobra.Command Types ¶ type Sync ¶ type Sync struct { Org string `long:"org" env:"GOVERN_GITHUB_ORG" usage:"Set the GitHub organisation that should have teams managed" default:"unikraft"` // contains filtered or unexported fields } func (*Sync) Pre ¶ func (opts *Sync) Pre(cmd *cobra.Command, args []string) error func (*Sync) Run ¶ func (opts *Sync) Run(ctx context.Context, args []string) error type Team ¶ type Team struct{} func (*Team) Run ¶ func (opts *Team) Run(_ context.Context, args []string) error Source Files ¶ View all Source files sync.go team.go Click to show internal directories. Click to hide internal directories.