Documentation
¶
Index ¶
Constants ¶
View Source
const ( //OriginNameUpstream is upstream OriginNameUpstream = "upstream" //OriginNameLocal is local OriginNameLocal = "local" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Releaser ¶
type Releaser struct {
Token string
TokenEmail string
TokenUserHandle string
TokenUsername string
UpstreamKrewIndexRepo string
UpstreamKrewIndexRepoOwner string
UpstreamKrewIndexRepoCloneURL string
LocalKrewIndexRepo string
LocalKrewIndexRepoOwner string
LocalKrewIndexRepoCloneURL string
}
Releaser is what opens PR
func (*Releaser) HandleActionLambdaWebhook ¶
func (releaser *Releaser) HandleActionLambdaWebhook(request handler.Request) (*handler.Response, error)
HandleActionLambdaWebhook handles requests from github actions
func (*Releaser) HandleActionWebhook ¶
func (releaser *Releaser) HandleActionWebhook(w http.ResponseWriter, r *http.Request)
HandleActionWebhook handles requests from github actions
Click to show internal directories.
Click to hide internal directories.