domain

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Group

type Group struct {
	Id          int
	Name        string
	Description string
	Path        string
	WebUrl      string
}

func NewGroup

func NewGroup(id int, name, description, path, url string) Group

func (Group) String

func (g Group) String() string

type Project

type Project struct {
	Id            int
	Name          string
	Description   string
	Path          string
	Sshurl        string
	Httpurl       string
	DefaultBranch string
}

func NewProject

func NewProject(id int, name, description, branch, path, sshurl, httpurl string) Project

func (Project) String

func (p Project) String() string

type User

type User struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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