Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Description ¶
type Description struct {
Description string `json:"description"`
}
Github repository description structure
func (*Description) String ¶
func (t *Description) String() string
func (*Description) StringP ¶
func (t *Description) StringP() *string
type Discussions ¶
type Discussions struct {
Has bool `json:"has_discussions"`
}
Github repository Discussions structure
func (*Discussions) String ¶
func (t *Discussions) String() string
func (*Discussions) StringP ¶
func (t *Discussions) StringP() *string
type EncryptedPair ¶
type EncryptedPair struct {
Encrypted_value string `json:"encrypted_value"` // Encrypted value
Key_id string `json:"key_id"` // Public key id
}
Github repository action secret structure
func (*EncryptedPair) String ¶
func (t *EncryptedPair) String() string
func (*EncryptedPair) StringP ¶
func (t *EncryptedPair) StringP() *string
type Private ¶
type Private struct {
Private bool `json:"private"`
}
Github repository private structure
type Projects ¶
type Projects struct {
Has bool `json:"has_projects"`
}
Github repository has_projects structure
type Topics ¶
type Topics struct {
Topics *[]string `json:"topics"` // Github topics is "Topics"
Names *[]string `json:"names"` // Gitea topics is "Names"
}
Github repository topics structure
type Visibility ¶
type Visibility struct {
Visibility string `json:"visibility"`
}
Github repository visibility structure
func (*Visibility) String ¶
func (t *Visibility) String() string
func (*Visibility) StringP ¶
func (t *Visibility) StringP() *string
Click to show internal directories.
Click to hide internal directories.