Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
type RepoFile ¶
type RepoReadme ¶
type RepoReadme struct { Content []byte Type RepoReadmeType }
func NewRepoReadme ¶
func NewRepoReadme(blob []byte, type_ RepoReadmeType) *RepoReadme
type RepoReadmeType ¶
type RepoReadmeType int
const ( RepoReadmeTypePlain RepoReadmeType = iota RepoReadmeTypeMarkdown )
Click to show internal directories.
Click to hide internal directories.