Documentation
¶
Index ¶
Constants ¶
View Source
const (
Dependency = "git-metadata"
)
Variables ¶
This section is empty.
Functions ¶
func Contribute ¶
Types ¶
type GitMetadata ¶ added in v0.3.0
type GitMetadata struct {
Sha string `toml:"sha"`
Branch string `toml:"branch"`
Remote string `toml:"remote"`
}
func (GitMetadata) Identity ¶ added in v0.3.0
func (md GitMetadata) Identity() (string, string)
Click to show internal directories.
Click to hide internal directories.