Versions in this module Expand all Collapse all v1 v1.0.0 Nov 21, 2022 Changes in this version + func MustExist(data map[string]interface{}, keys []string) bool + func ProjectValid(data map[string]interface{}) bool + type MissingKeyError struct + Key string + func (m MissingKeyError) Error() string + type Owner struct + DisplayName *string + Type *string + Uuid *string + func InitOwner() *Owner + func (o *Owner) UnmarshalJSON(b []byte) error + type Repository struct + FullName *string + IsPrivate bool + Name *string + Owner *Owner + Scm *string + Type *string + Uuid *string + Website *string + func InitRepository() *Repository + func (r *Repository) UnmarshalJSON(b []byte) error