Documentation ¶
Index ¶
Constants ¶
View Source
const DEFAULT_DIRLIST_PAGE_SIZE = 100
Variables ¶
View Source
var PAGE_TEMPLATE = `` /* 2071-byte string literal not displayed */
Functions ¶
This section is empty.
Types ¶
type OBJECT_TYPE ¶
type OBJECT_TYPE uint
const ( OBJECT_TYPE_NOTFOUND OBJECT_TYPE = 0 OBJECT_TYPE_FILE OBJECT_TYPE = 1 OBJECT_TYPE_DIR OBJECT_TYPE = 2 )
func (OBJECT_TYPE) String ¶
func (o OBJECT_TYPE) String() string
type ObjAttrsWithErr ¶
type ObjAttrsWithErr struct { Attrs *storage.ObjectAttrs Error error }
Click to show internal directories.
Click to hide internal directories.