Documentation
¶
Index ¶
- type Config
- type File
- type Gerrit
- func (g *Gerrit) Call(ctx context.Context, _ func(context.Context, interface{}) (interface{}, error), ...) (string, error)
- func (g *Gerrit) Deinit(_ context.Context) error
- func (g *Gerrit) Description(_ context.Context) string
- func (g *Gerrit) Init(_ context.Context) error
- func (g *Gerrit) Name(_ context.Context) string
- func (g *Gerrit) Write(data []byte) (n int, err error)
- type Patch
- type Repo
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gerrit ¶
type Gerrit struct {
Config Config
Path string
Project string
Branch string
Patch Patch
Url string
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.