black_list

package
v2.4.2 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2024 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 CreateBlackListResponse

type CreateBlackListResponse struct {
	BlackList model.BlackList
	Code      int
	Err       error
}

func CreateBlackList

func CreateBlackList(token string) CreateBlackListResponse

type GetBlackListByIdResponse

type GetBlackListByIdResponse struct {
	BlackList model.BlackList
	Code      int
	Err       error
}

func GetBlackListById

func GetBlackListById(id string) GetBlackListByIdResponse

type GetBlackListResponse

type GetBlackListResponse struct {
	BlackList []model.BlackList
	Code      int
	Err       error
}

func GetBlackList

func GetBlackList() GetBlackListResponse

type UpdateBlackListResponse

type UpdateBlackListResponse struct {
	BlackList model.BlackList
	Code      int
	Err       error
}

func UpdateBlackList

func UpdateBlackList(token string) UpdateBlackListResponse

Jump to

Keyboard shortcuts

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