v1

package
v0.1.0-debug.0 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2025 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 AdminService

type AdminService interface {
	contracts.AdminServiceServer
}

func NewAdminService

func NewAdminService(fs ...AdminServiceOpt) (AdminService, error)

type AdminServiceImpl

type AdminServiceImpl struct {
	contracts.UnimplementedAdminServiceServer
	// contains filtered or unexported fields
}

func (*AdminServiceImpl) CancelTasks

func (*AdminServiceImpl) ReplayTasks

type AdminServiceOpt

type AdminServiceOpt func(*AdminServiceOpts)

func WithMessageQueue

func WithMessageQueue(mq msgqueue.MessageQueue) AdminServiceOpt

func WithRepository

func WithRepository(r v1.Repository) AdminServiceOpt

func WithValidator

func WithValidator(v validator.Validator) AdminServiceOpt

type AdminServiceOpts

type AdminServiceOpts struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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