common

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MustExist

func MustExist(data map[string]interface{}, keys []string) bool

func ProjectValid

func ProjectValid(data map[string]interface{}) bool

Types

type MissingKeyError

type MissingKeyError struct {
	Key string
}

func (MissingKeyError) Error

func (m MissingKeyError) Error() string

type Owner

type Owner struct {
	Type *string
	//Nickname    *string
	DisplayName *string
	Uuid        *string
}

func InitOwner

func InitOwner() *Owner

func (*Owner) UnmarshalJSON

func (o *Owner) UnmarshalJSON(b []byte) error

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

Jump to

Keyboard shortcuts

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