Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateReadme ¶
func GenerateReadme(data ReadmeData) ([]byte, error)
GenerateReadme creates the README.pdf content.
Types ¶
type ReadmeData ¶
type ReadmeData struct {
ProjectName string
Holder string
OtherFriends []project.Friend
Threshold int
Total int
Version string
GitHubReleaseURL string
ManifestChecksum string
RecoverChecksum string
Created time.Time
Anonymous bool
}
ReadmeData contains all data needed to generate README.pdf
Click to show internal directories.
Click to hide internal directories.