Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Workspace ¶
type Workspace struct {
ID int
Name string
CustomerID int
Collections []*collection.Collection
Created time.Time
Updated time.Time
}
工作区
func (*Workspace) AddCollections ¶
func (w *Workspace) AddCollections(collections ...*collection.Collection)
添加一个集合
Click to show internal directories.
Click to hide internal directories.