models

package
v1.0.1-0...-4418604 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Commit

type Commit struct {
	Repository *versioning.Repository
	Commit     *versioning.Commit
}

type CommitBlob

type CommitBlob struct {
	Commit   *Commit
	Location []string
	Content  string
}

func (CommitBlob) IsCommitElement

func (CommitBlob) IsCommitElement()

type NamedCommitBlob

type NamedCommitBlob struct {
	Commit   *Commit
	Location []string
	Name     string
}

type NamedCommitFolder

type NamedCommitFolder struct {
	Commit   *Commit
	Location []string
	Name     string
}

type NetworkCommitColor

type NetworkCommitColor struct {
	Color  int `json:"color"`
	Commit *Commit
}

type RepositoryBranch

type RepositoryBranch struct {
	Repository *versioning.Repository
	Name       string
}

type RepositoryTag

type RepositoryTag struct {
	Repository *versioning.Repository
	Name       string
}

type TeamCollaborator

type TeamCollaborator struct {
	*uac.GetCollaboratorResponse
}

func (TeamCollaborator) IsCollaborator

func (TeamCollaborator) IsCollaborator()

type UserCollaborator

type UserCollaborator struct {
	*uac.GetCollaboratorResponse
}

func (UserCollaborator) IsCollaborator

func (UserCollaborator) IsCollaborator()

type Workspace

type Workspace struct {
	ID   int64
	Name string
}

Jump to

Keyboard shortcuts

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