verification

package
v0.0.0-...-eb18d79 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider interface {
	GetEnabled(guildID string) (ok bool, err error)
	SetEnabled(guildID string, enabled bool) (err error)

	IsVerified(userID string) (ok bool, err error)
	EnqueueVerification(member discordgo.Member) (err error)
	Verify(userID string) (err error)
	KickRoutine()
}

func New

func New(ctn di.Container) Provider

Jump to

Keyboard shortcuts

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