project

package
v0.13.1-0...-264b242 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Project

type Project struct {
	// Project cost limit
	CostLimit *_type.Money `protobuf:"bytes,7,opt,name=cost_limit,json=costLimit,proto3" json:"cost_limit,omitempty"`
	// Short project description
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// Localized String representation of a project
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Prospective end date of the project
	End *_type.Date `protobuf:"bytes,4,opt,name=end,proto3" json:"end,omitempty"`
	// Identity of a project
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// List of project members
	Members []*person.Person `protobuf:"bytes,6,rep,name=members,proto3" json:"members,omitempty"`
	// Start date of the project
	Start                *_type.Date `protobuf:"bytes,3,opt,name=start,proto3" json:"start,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Project description

func (*Project) Descriptor

func (*Project) Descriptor() ([]byte, []int)

func (*Project) GetCostLimit

func (m *Project) GetCostLimit() *_type.Money

func (*Project) GetDescription

func (m *Project) GetDescription() string

func (*Project) GetDisplayName

func (m *Project) GetDisplayName() string

func (*Project) GetEnd

func (m *Project) GetEnd() *_type.Date

func (*Project) GetId

func (m *Project) GetId() string

func (*Project) GetMembers

func (m *Project) GetMembers() []*person.Person

func (*Project) GetStart

func (m *Project) GetStart() *_type.Date

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) Reset

func (m *Project) Reset()

func (*Project) String

func (m *Project) String() string

func (*Project) XXX_DiscardUnknown

func (m *Project) XXX_DiscardUnknown()

func (*Project) XXX_Marshal

func (m *Project) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Project) XXX_Merge

func (m *Project) XXX_Merge(src proto.Message)

func (*Project) XXX_Size

func (m *Project) XXX_Size() int

func (*Project) XXX_Unmarshal

func (m *Project) XXX_Unmarshal(b []byte) error

type ProjectCollection

type ProjectCollection struct {
	// Contains a project.ProjectEntity repeated
	Entities []*ProjectEntity `protobuf:"bytes,4,rep,name=entities,proto3" json:"entities,omitempty"`
	// Hateoas links
	Links []*furo.Link `protobuf:"bytes,3,rep,name=links,proto3" json:"links,omitempty"`
	// Meta for the response
	Meta                 *furo.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

ProjectCollection with repeated ProjectEntity

func (*ProjectCollection) Descriptor

func (*ProjectCollection) Descriptor() ([]byte, []int)

func (*ProjectCollection) GetEntities

func (m *ProjectCollection) GetEntities() []*ProjectEntity
func (m *ProjectCollection) GetLinks() []*furo.Link

func (*ProjectCollection) GetMeta

func (m *ProjectCollection) GetMeta() *furo.Meta

func (*ProjectCollection) ProtoMessage

func (*ProjectCollection) ProtoMessage()

func (*ProjectCollection) Reset

func (m *ProjectCollection) Reset()

func (*ProjectCollection) String

func (m *ProjectCollection) String() string

func (*ProjectCollection) XXX_DiscardUnknown

func (m *ProjectCollection) XXX_DiscardUnknown()

func (*ProjectCollection) XXX_Marshal

func (m *ProjectCollection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProjectCollection) XXX_Merge

func (m *ProjectCollection) XXX_Merge(src proto.Message)

func (*ProjectCollection) XXX_Size

func (m *ProjectCollection) XXX_Size() int

func (*ProjectCollection) XXX_Unmarshal

func (m *ProjectCollection) XXX_Unmarshal(b []byte) error

type ProjectEntity

type ProjectEntity struct {
	// contains a project.Project
	Data *Project `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// Hateoas links
	Links []*furo.Link `protobuf:"bytes,2,rep,name=links,proto3" json:"links,omitempty"`
	// Meta for the response
	Meta                 *furo.Meta `protobuf:"bytes,3,opt,name=meta,proto3" json:"meta,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

ProjectEntity with Project

func (*ProjectEntity) Descriptor

func (*ProjectEntity) Descriptor() ([]byte, []int)

func (*ProjectEntity) GetData

func (m *ProjectEntity) GetData() *Project
func (m *ProjectEntity) GetLinks() []*furo.Link

func (*ProjectEntity) GetMeta

func (m *ProjectEntity) GetMeta() *furo.Meta

func (*ProjectEntity) ProtoMessage

func (*ProjectEntity) ProtoMessage()

func (*ProjectEntity) Reset

func (m *ProjectEntity) Reset()

func (*ProjectEntity) String

func (m *ProjectEntity) String() string

func (*ProjectEntity) XXX_DiscardUnknown

func (m *ProjectEntity) XXX_DiscardUnknown()

func (*ProjectEntity) XXX_Marshal

func (m *ProjectEntity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProjectEntity) XXX_Merge

func (m *ProjectEntity) XXX_Merge(src proto.Message)

func (*ProjectEntity) XXX_Size

func (m *ProjectEntity) XXX_Size() int

func (*ProjectEntity) XXX_Unmarshal

func (m *ProjectEntity) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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