repo

package
v2.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2025 License: MIT Imports: 2 Imported by: 2

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

func (*Actions) String added in v2.1.1

func (t *Actions) String() string

func (*Actions) StringP added in v2.1.1

func (t *Actions) StringP() *string

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 Archived added in v2.0.1

type Archived struct {
	Archived bool `json:"archived"`
}

func (*Archived) String added in v2.0.1

func (t *Archived) String() string

func (*Archived) StringP added in v2.0.1

func (t *Archived) 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 Info

type Info struct {
	Name    string `json:"name"`
	Private bool   `json:"private"`
}

Github repository(creation) info structure

func (*Info) String

func (t *Info) String() string

func (*Info) StringP

func (t *Info) StringP() *string

type InfoList

type InfoList []Info

Github repository(creation) info array

func (*InfoList) String

func (t *InfoList) String() string

func (*InfoList) StringP

func (t *InfoList) StringP() *string

type Private

type Private struct {
	Private bool `json:"private"`
}

Github repository private structure

func (*Private) String

func (t *Private) String() string

func (*Private) StringP

func (t *Private) StringP() *string

type Projects added in v2.1.0

type Projects struct {
	Has bool `json:"has_projects"`
}

Github repository has_projects structure

func (*Projects) String added in v2.1.0

func (t *Projects) String() string

func (*Projects) StringP added in v2.1.0

func (t *Projects) StringP() *string

type PublicKey

type PublicKey struct {
	Key_id string `json:"key_id"`
	Key    string `json:"key"`
}

Github repository public key structure

func (*PublicKey) String

func (t *PublicKey) String() string

func (*PublicKey) StringP

func (t *PublicKey) StringP() *string

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

func (*Topics) String

func (t *Topics) String() string

func (*Topics) StringP

func (t *Topics) StringP() *string

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

type Wiki added in v2.1.0

type Wiki struct {
	Has bool `json:"has_wiki"`
}

Github repository Wiki structure

func (*Wiki) String added in v2.1.0

func (t *Wiki) String() string

func (*Wiki) StringP added in v2.1.0

func (t *Wiki) StringP() *string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL