Versions in this module Expand all Collapse all v0 v0.1.1 Apr 1, 2017 Changes in this version + var ErrNotFound = errors.New("Value not found.") + type GitHubWebHook struct + func NewGitHubWebHook(value string) (*GitHubWebHook, error) + func (p *GitHubWebHook) AfterValue() (string, error) + func (p *GitHubWebHook) BeforeValue() (string, error) + func (p *GitHubWebHook) BranchName() (string, error) + func (p *GitHubWebHook) DefaultBranch() (string, error) + func (p *GitHubWebHook) RepositoryName() (string, error) + func (p *GitHubWebHook) ServiceName() string + func (p *GitHubWebHook) UserEmail() (string, error) + func (p *GitHubWebHook) UserName() (string, error) + func (p *GitHubWebHook) XPath(xpath string) (string, error) + type GitLabWebHook struct + func NewGitLabWebHook(value string) (*GitLabWebHook, error) + func (p *GitLabWebHook) AfterValue() (string, error) + func (p *GitLabWebHook) BeforeValue() (string, error) + func (p *GitLabWebHook) BranchName() (string, error) + func (p *GitLabWebHook) DefaultBranch() (string, error) + func (p *GitLabWebHook) RepositoryName() (string, error) + func (p *GitLabWebHook) ServiceName() string + func (p *GitLabWebHook) UserEmail() (string, error) + func (p *GitLabWebHook) UserName() (string, error) + func (p *GitLabWebHook) XPath(xpath string) (string, error) + type GitOSCWebHook struct + func NewGitOSCWebHook(value string) (*GitOSCWebHook, error) + func (p *GitOSCWebHook) AfterValue() (string, error) + func (p *GitOSCWebHook) BeforeValue() (string, error) + func (p *GitOSCWebHook) BranchName() (string, error) + func (p *GitOSCWebHook) DefaultBranch() (string, error) + func (p *GitOSCWebHook) RepositoryName() (string, error) + func (p *GitOSCWebHook) ServiceName() string + func (p *GitOSCWebHook) UserEmail() (string, error) + func (p *GitOSCWebHook) UserName() (string, error) + func (p *GitOSCWebHook) XPath(xpath string) (string, error) + type GogsWebHook struct + func NewGogsWebHook(value string) (*GogsWebHook, error) + func (p *GogsWebHook) AfterValue() (string, error) + func (p *GogsWebHook) BeforeValue() (string, error) + func (p *GogsWebHook) BranchName() (string, error) + func (p *GogsWebHook) DefaultBranch() (string, error) + func (p *GogsWebHook) RepositoryName() (string, error) + func (p *GogsWebHook) ServiceName() string + func (p *GogsWebHook) UserEmail() (string, error) + func (p *GogsWebHook) UserName() (string, error) + func (p *GogsWebHook) XPath(xpath string) (string, error) + type WebHookRequestInterface interface + AfterValue func() (string, error) + BeforeValue func() (string, error) + BranchName func() (string, error) + DefaultBranch func() (string, error) + RepositoryName func() (string, error) + ServiceName func() string + UserEmail func() (string, error) + UserName func() (string, error) + XPath func(p string) (string, error)