Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LanguageSize ¶
type MarkdownOptions ¶ added in v0.0.5
type MarkdownOptions struct {
IsEachExtension bool
}
type Octclient ¶
type Octclient struct {
// contains filtered or unexported fields
}
func NewOctclient ¶
func (*Octclient) ConvertJson ¶ added in v0.0.5
func (*Octclient) ConvertTableForMarkdown ¶ added in v0.0.5
func (*Octclient) ConvertTableForMarkdown(r *Results, o *MarkdownOptions) string
type Results ¶
type Results struct {
UpdatedRange UpdatedRange `json:"updated_range"`
LanguageSizes []LanguageSize `json:"language_sizes"`
}
type UpdatedRange ¶
type UserRepositoriesContributedTo ¶
type UserRepositoriesContributedTo struct {
User struct {
RepositoriesContributedTo struct {
TotalCount githubv4.Int
Nodes []struct {
UpdatedAt githubv4.DateTime
Languages struct {
Edges []struct {
Size githubv4.Int
Node struct {
Name githubv4.String
}
}
} `graphql:"languages(first: 100)"`
}
} `` /* 154-byte string literal not displayed */
} `graphql:"user(login: $login)"`
}
Click to show internal directories.
Click to hide internal directories.