Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataUnit ¶
type DataUnit struct {
ID string `json:"id"`
Type string `json:"type"` // secret, link, note, image_path
Content string `json:"content"`
Tags []string `json:"tags"`
CreatedAt time.Time `json:"created_at"`
}
DataUnit represents a stored object (обьем хранения)
type Mcore ¶
type Mcore struct {
// contains filtered or unexported fields
}
Mcore - is the main core structure (оснавная структура ядра)
Click to show internal directories.
Click to hide internal directories.