model

package
v0.0.0-...-a887039 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Branch

type Branch struct {
	Id           string `json:"id"`
	Type         string `json:"type"`
	LatestCommit string `json:"latestCommit"`
	Display      string `json:"display"`
	IsDefault    bool   `json:"isDefault"`
}

type Project

type Project struct {
	Key         string `json:"key"`
	Name        string `json:"name"`
	Description string `json:"description"`
	Id          string `json:"id"`
}

type Repository

type Repository struct {
	Id          string `json:"id"`
	Name        string `json:"name"`
	Description string `json:"description"`
	Slug        string `json:"slug"`
}

type Tag

type Tag struct {
	Id           string `json:"id"`
	Type         string `json:"type"`
	Hash         string `json:"hash"`
	LatestCommit string `json:"latestCommit"`
	Display      string `json:"display"`
}

Jump to

Keyboard shortcuts

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