invitation

package
v1.5.1 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Invitations

type Invitations struct {
	Amount int
	Groups map[string][]string
}

type InvitationsConfig

type InvitationsConfig struct {
	Teachers map[string][]string `yaml:"teachers"`
	Groups   map[string][]string `yaml:"groups"`
}

type Inviter

type Inviter interface {
	Wave() string
	Company() string
	GetCreationConfig() (*Invitations, error)
}

func NewInviter

func NewInviter(repoM repo.RepoManager, company, uuid string) Inviter

Jump to

Keyboard shortcuts

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