Documentation
¶
Index ¶
- Constants
- type FileRef
- type Fula
- func (f *Fula) AddBox(boxAddr string) error
- func (f *Fula) EncryptSend(filePath string) (string, error)
- func (f *Fula) NewStream() (network.Stream, error)
- func (f *Fula) ReceiveDecryptFile(ref string, filePath string) error
- func (f *Fula) ReceiveFile(fileId string, filePath string) error
- func (f *Fula) ReceiveFileInfo(fileId string) (string, error)
- func (f *Fula) Send(filePath string) (string, error)
- type IFula
Constants ¶
View Source
const ( STORE_PATH = "storePath" //I will cheet until i can add threadsafe datastore MY_BOX = "/mybox/cheat" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fula ¶
type Fula struct {
// contains filtered or unexported fields
}
func (*Fula) ReceiveDecryptFile ¶
Click to show internal directories.
Click to hide internal directories.