Documentation ¶ Index ¶ type MemberFolder type Share func (z *Share) Exec(c app_control.Control) error func (z *Share) Preset() func (z *Share) Test(c app_control.Control) error type Unshare func (z *Unshare) Exec(c app_control.Control) error func (z *Unshare) Preset() func (z *Unshare) Test(c app_control.Control) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MemberFolder ¶ type MemberFolder struct { MemberEmail string `json:"member_email"` Path string `json:"path"` } type Share ¶ type Share struct { Peer dbx_conn.ConnScopedTeam File fd_file.RowFeed OperationLog rp_model.TransactionReport AclUpdatePolicy mo_string.SelectString MemberPolicy mo_string.SelectString SharedLinkPolicy mo_string.SelectString } func (*Share) Exec ¶ func (z *Share) Exec(c app_control.Control) error func (*Share) Preset ¶ func (z *Share) Preset() func (*Share) Test ¶ func (z *Share) Test(c app_control.Control) error type Unshare ¶ type Unshare struct { Peer dbx_conn.ConnScopedTeam File fd_file.RowFeed OperationLog rp_model.TransactionReport LeaveCopy bool SkipNotSharedFolder app_msg.Message } func (*Unshare) Exec ¶ func (z *Unshare) Exec(c app_control.Control) error func (*Unshare) Preset ¶ func (z *Unshare) Preset() func (*Unshare) Test ¶ func (z *Unshare) Test(c app_control.Control) error Source Files ¶ View all Source files member_folder.goshare.gounshare.go Click to show internal directories. Click to hide internal directories.