team

package
v1.3.4-beta Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateTeam

type CreateTeam struct {
	Id          string `json:"id" `
	Name        string `json:"name" `
	Description string `json:"description"`
}

type EditTeam

type EditTeam struct {
	Name        *string `json:"name" `
	Description *string `json:"description"`
}

type Team

type Team struct {
	Id          string `json:"id"`
	Name        string `json:"name"`
	Description string `json:"description"`
	//Master       string    `json:"master"`
	Organization string    `json:"organization"`
	CreateTime   time.Time `json:"create_time"`
	UpdateTime   time.Time `json:"update_time"`
	Creator      string    `json:"creator"`
	Updater      string    `json:"updater"`
}

func FromEntity

func FromEntity(e *team.Team) *Team

Jump to

Keyboard shortcuts

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