Documentation ¶
Index ¶
- Variables
- func MakeUrl(OID string)
- func MatchReplies(uid, pwd string) (bool, error)
- func ReplaceData(text string, post *data.Post) string
- func Webhook(p *data.Post)
- type ApiData
- type Github
- func (g Github) Check() bool
- func (g *Github) GetLastCommit() error
- func (g Github) NoVersion() bool
- func (g Github) ToAPI() string
- func (g Github) ToData() []byte
- func (g Github) ToGIT() string
- func (g Github) ToReference() plumbing.ReferenceName
- func (g Github) Version() string
- func (g Github) Write() bool
- type Replies
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GIT = "https://github.com/" API = "https://api.github.com/repos/" )
View Source
var Url string
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.