Documentation ¶
Index ¶
- type Noop
- func (g *Noop) Add(ctx context.Context, args ...string) error
- func (g *Noop) AddRemote(ctx context.Context, remote, url string) error
- func (g *Noop) Cmd(ctx context.Context, name string, args ...string) error
- func (g *Noop) Commit(ctx context.Context, msg string) error
- func (g *Noop) GetRevision(context.Context, string, string) ([]byte, error)
- func (g *Noop) Init(context.Context, string, string) error
- func (g *Noop) InitConfig(context.Context, string, string) error
- func (g *Noop) Name() string
- func (g *Noop) Pull(ctx context.Context, origin, branch string) error
- func (g *Noop) Push(ctx context.Context, origin, branch string) error
- func (g *Noop) RemoveRemote(ctx context.Context, remote string) error
- func (g *Noop) Revisions(context.Context, string) ([]backend.Revision, error)
- func (g *Noop) Version(context.Context) semver.Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Noop ¶
type Noop struct{}
Noop is a no-op git backend
func (*Noop) GetRevision ¶
GetRevision is not implemented
func (*Noop) InitConfig ¶
InitConfig does nothing
func (*Noop) RemoveRemote ¶
RemoveRemote does nothing
Click to show internal directories.
Click to hide internal directories.