Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileService ¶
FileService serves a map[string]string of files -> file contents
func (FileService) DecodeURL ¶
func (f FileService) DecodeURL(url string) (org, repo, path, branch string)
DecodeURL decodes a URL
func (FileService) Download ¶
func (f FileService) Download(org, repo, file, branch string) (string, error)
Download returns a file from the map
func (FileService) EncodeURL ¶
func (f FileService) EncodeURL(org, repo, path, branch string) string
EncodeURL encodes a URL
type Push ¶
Push contains data about a push full of commits
func (*Push) ContainsFile ¶
ContainsFile checks to see if a given file is in the push.
func (*Push) SetCommitStatus ¶
SetCommitStatus sets a commit status
Click to show internal directories.
Click to hide internal directories.