badwords

package
v0.0.0-...-d71c2e5 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dependency

type Dependency struct {
	Mongo       *mongo.Client
	MongoDBName string
	AdminIDs    []string
}

Dependency contains the dependency injection struct for the badwords package.

func (*Dependency) AddBadWord

func (d *Dependency) AddBadWord(ctx context.Context, word string) error

AddBadWords will add a new word into the MongoDB database.

func (*Dependency) Authenticate

func (d *Dependency) Authenticate(id string) bool

Authenticate will check if the user is allowed to add a new badword into the database.

Jump to

Keyboard shortcuts

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