group

package
v0.0.0-...-acc8e0f Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MemberAccessTypeMember = "member"
	MemberAccessTypeOwner  = "owner"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Group

type Group struct {
	Id             string
	Name           string
	CreatedAt      string
	ManagementType string
}

func AddMembers

func AddMembers(groupId string, members []GroupMember, returnMembers bool) Group

func Create

func Create(name, externalId, managementType string) Group

type GroupMember

type GroupMember struct {
	TeamMemberId string
	AccessType   string
}

Jump to

Keyboard shortcuts

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