Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Archive ¶
type Archive struct {
rc_recipe.RemarkIrreversible
ErrTeamFolderNotFound app_msg.Message
ErrUnableToArchive app_msg.Message
ErrUnableToRetrieveCurrentTeamFolders app_msg.Message
File fd_file.RowFeed
OperationLog rp_model.TransactionReport
Peer dbx_conn.ConnScopedTeam
ProgressArchiveFolder app_msg.Message
}
type Permdelete ¶
type Permdelete struct {
rc_recipe.RemarkIrreversible
ErrTeamFolderNotFound app_msg.Message
ErrUnableToDelete app_msg.Message
ErrUnableToRetrieveCurrentTeamFolders app_msg.Message
File fd_file.RowFeed
OperationLog rp_model.TransactionReport
Peer dbx_conn.ConnScopedTeam
ProgressDeleteFolder app_msg.Message
}
func (*Permdelete) Exec ¶
func (z *Permdelete) Exec(c app_control.Control) error
func (*Permdelete) Preset ¶
func (z *Permdelete) Preset()
func (*Permdelete) Test ¶
func (z *Permdelete) Test(c app_control.Control) error
type Replication ¶
type Replication struct {
rc_recipe.RemarkIrreversible
File fd_file.RowFeed
Replication *teamfolder.Replication
SrcPeerName string
DstPeerName string
}
func (*Replication) Exec ¶
func (z *Replication) Exec(c app_control.Control) error
func (*Replication) Preset ¶
func (z *Replication) Preset()
func (*Replication) Test ¶
func (z *Replication) Test(c app_control.Control) error
type TeamFolderName ¶
type TeamFolderName struct {
Name string `json:"name"`
}
Click to show internal directories.
Click to hide internal directories.