Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Actions ¶ added in v2.1.1
type Actions struct {
Has bool `json:"has_actions"`
}
Gitea repository Actions structure
type ActionsGithub ¶ added in v2.1.1
type ActionsGithub struct {
Enabled bool `json:"enabled"`
}
Github repository Actions structure
func (*ActionsGithub) String ¶ added in v2.1.1
func (t *ActionsGithub) String() string
func (*ActionsGithub) StringP ¶ added in v2.1.1
func (t *ActionsGithub) StringP() *string
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 ¶ added in v2.1.0
type Discussions struct {
Has bool `json:"has_discussions"`
}
Github repository Discussions structure
func (*Discussions) String ¶ added in v2.1.0
func (t *Discussions) String() string
func (*Discussions) StringP ¶ added in v2.1.0
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 ¶ added in v2.1.0
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.