Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByContentTypeAndName ¶
type ByContentTypeAndName []ContentModel
sort interface
func (ByContentTypeAndName) Len ¶
func (a ByContentTypeAndName) Len() int
func (ByContentTypeAndName) Less ¶
func (c ByContentTypeAndName) Less(i, j int) bool
func (ByContentTypeAndName) Swap ¶
func (a ByContentTypeAndName) Swap(i, j int)
type ContentModel ¶
type ContentModel struct { Name string `json:"name"` ContentType string `json:"type"` Path string `json:"path"` Last_modified string `json:"last_modified"` Created string `json:"created"` Content interface{} `json:"content"` Format string `json:"format"` Mimetype string `json:"mimetype"` Size int64 `json:"size"` Writable bool `json:"writable"` Hash int `json:"hash"` Hash_algorithm string `json:"hash_algorithm"` }
type KernelModel ¶
type SessionModel ¶
type SessionModel struct { Id string `json:"id"` Path string `json:"path"` Name string `json:"name"` SessionType string `json:"type"` Kernel KernelModel `json:"kernel"` }
Click to show internal directories.
Click to hide internal directories.