Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAuthToken ¶
func GetGitUserEmail ¶ added in v0.0.11
func GetGitUserEmail() string
Types ¶
type Dockerfile ¶ added in v0.1.0
func (*Dockerfile) GetDockerLabels ¶ added in v0.1.0
func (result *Dockerfile) GetDockerLabels() (map[string]interface{}, error)
func (*Dockerfile) Label ¶ added in v0.1.0
func (result *Dockerfile) Label() (string, error)
func (*Dockerfile) ParseFile ¶ added in v0.1.0
func (result *Dockerfile) ParseFile() error
type GitService ¶ added in v0.0.11
func NewGitService ¶ added in v0.0.11
func NewGitService(rootDir string) (*GitService, error)
func (*GitService) ComputeRelativeFilePath ¶ added in v0.0.11
func (g *GitService) ComputeRelativeFilePath(fp string) string
func (*GitService) GetFileBlame ¶ added in v0.0.11
func (g *GitService) GetFileBlame(filePath string) (*git.BlameResult, error)
func (*GitService) GetOrganization ¶ added in v0.0.11
func (g *GitService) GetOrganization() string
func (*GitService) GetRepoName ¶ added in v0.0.11
func (g *GitService) GetRepoName() string
Click to show internal directories.
Click to hide internal directories.