Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Visibility ¶
type Visibility int
Visibility indicates repository visibility
const ( // Public repositories are publicly visible Public Visibility = iota // Internal repositories are only visible to organization members Internal // Private repositories are only visible to authorized users Private )
func VisibilityFromText ¶
func VisibilityFromText(text string) Visibility
func (Visibility) MarshalText ¶
func (v Visibility) MarshalText() ([]byte, error)
func (Visibility) String ¶
func (i Visibility) String() string
func (*Visibility) UnmarshalText ¶
func (v *Visibility) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.