sv_member_quota

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: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Exceptions

type Exceptions interface {
	Add(teamMemberId string) (err error)
	Remove(teamMemberId string) (err error)
	List() (members []*mo_profile.Profile, err error)
}

func NewExceptions

func NewExceptions(ctx dbx_context.Context) Exceptions

type Quota

type Quota interface {
	Resolve(teamMemberId string) (quota *mo_member_quota.Quota, err error)
	Update(quota *mo_member_quota.Quota) (updated *mo_member_quota.Quota, err error)
	Remove(teamMemberId string) (err error)
}

func NewQuota

func NewQuota(ctx dbx_context.Context) Quota

Jump to

Keyboard shortcuts

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