Documentation
¶
Index ¶
Constants ¶
View Source
const ( FileTypeBinary = "binary" FileTypeMarkdown = "markdown" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct {
ID string
CreatedAt time.Time
UpdatedAt time.Time
Size uint64
RawContent []byte
Private bool
Type string
UserID string
}
func (*File) GetContent ¶ added in v0.3.0
func (*File) GetSignedURL ¶
func (*File) IsMarkdown ¶
func (*File) Visibility ¶
Click to show internal directories.
Click to hide internal directories.