group

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Add

type Add struct {
	rc_recipe.RemarkIrreversible
	Peer                  dbx_conn.ConnScopedTeam
	Name                  string
	ManagementType        mo_string.SelectString
	ErrorUnableToAddGroup app_msg.Message
	AddedGroup            rp_model.RowReport
}

func (*Add) Exec

func (z *Add) Exec(c app_control.Control) error

func (*Add) Preset

func (z *Add) Preset()

func (*Add) Test

func (z *Add) Test(c app_control.Control) error

type Delete

type Delete struct {
	rc_recipe.RemarkIrreversible
	Peer                      dbx_conn.ConnScopedTeam
	Name                      string
	ErrorMissingOptionName    app_msg.Message
	ErrorUnableToResolveGroup app_msg.Message
	ErrorUnableToRemoveGroup  app_msg.Message
	SuccessRemoved            app_msg.Message
}

func (*Delete) Exec

func (z *Delete) Exec(c app_control.Control) error

func (*Delete) Preset

func (z *Delete) Preset()

func (*Delete) Test

func (z *Delete) Test(c app_control.Control) error

type List

type List struct {
	Peer  dbx_conn.ConnScopedTeam
	Group rp_model.RowReport
}

func (*List) Exec

func (z *List) Exec(c app_control.Control) error

func (*List) Preset

func (z *List) Preset()

func (*List) Test

func (z *List) Test(c app_control.Control) error

type Rename

type Rename struct {
	rc_recipe.RemarkIrreversible
	Peer         dbx_conn.ConnScopedTeam
	CurrentName  string
	NewName      string
	OperationLog rp_model.TransactionReport
}

func (*Rename) Exec

func (z *Rename) Exec(c app_control.Control) error

func (*Rename) Preset

func (z *Rename) Preset()

func (*Rename) Test

func (z *Rename) Test(c app_control.Control) error

type RenameRow

type RenameRow struct {
	CurrentName string `json:"current_name"`
	NewName     string `json:"new_name"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL