Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrReportStarted = errors.New("protocol: reporter start")
)
Functions ¶
Types ¶
type Command ¶
type Command struct { RID int64 `json:"rid"` UID int64 `json:"uid"` ReferenceName plumbing.ReferenceName `json:"reference_name"` OldRev string `json:"old_rev"` NewRev string `json:"new_rev"` Language string // language Terminal string // term M int B int }
func (*Command) UpdateStats ¶
type QR ¶
type QR struct { *odb.QuarantineDB // contains filtered or unexported fields }
type Repositories ¶
type Repository ¶
type Repository interface { Initialize(ctx context.Context, u *database.User, initBranch string) error LsTag(ctx context.Context, tagName string) (string, string, error) ParseRev(ctx context.Context, rev string) (*RevObjects, error) DoPush(ctx context.Context, cmd *Command, reader io.Reader, w io.Writer) error ODB() odb.DB Close() error }
Click to show internal directories.
Click to hide internal directories.