Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Set = wire.NewSet( wire.Bind(new(Interface), new(*PullRequest)), wire.Struct(new(PullRequest), "*"), )
Functions ¶
This section is empty.
Types ¶
type Input ¶
type Input struct {
BaseRepository git.RepositoryID
BaseBranchName git.BranchName // if empty, use the default branch of base
HeadRepository git.RepositoryID
HeadBranchName git.BranchName // if empty, use the default branch of head
Title string
Body string // optional
Reviewer string // optional
Draft bool
}
Click to show internal directories.
Click to hide internal directories.