Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type File ¶
type File struct { Name string `json:"name"` Type string `json:"type"` // base64 encoded data passed up from client Data string `json:"data,omitempty" datastore:"-"` }
File links data saved in an external storage
type Store ¶
type Store struct{}
Store provides the methods to save to the external storage service
func (Store) CreateWithData ¶
CreateWithData saves the passed in data as an attachment
Click to show internal directories.
Click to hide internal directories.