Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProjectValid ¶
Types ¶
type MissingKeyError ¶
type MissingKeyError struct {
Key string
}
func (MissingKeyError) Error ¶
func (m MissingKeyError) Error() string
type Owner ¶
func (*Owner) UnmarshalJSON ¶
type Repository ¶
type Repository struct { FullName *string IsPrivate bool //Links *Links Name *string Owner *Owner //Project *Project Scm *string Type *string Uuid *string Website *string }
func InitRepository ¶
func InitRepository() *Repository
func (*Repository) UnmarshalJSON ¶
func (r *Repository) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.