workers

package
v0.0.0-...-4fcc27b Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2021 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WorkerApplication

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

func NewWorkerApplication

func NewWorkerApplication(clientGandalf *goclient.ClientGandalf, major, minor int64) *WorkerApplication

func (WorkerApplication) GetUrl

func (wa WorkerApplication) GetUrl() string

func (WorkerApplication) Run

func (wa WorkerApplication) Run()

type WorkerForm

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

func NewWorkerForm

func NewWorkerForm(clientGandalf *goclient.ClientGandalf, major, minor int64) *WorkerForm

func (WorkerForm) CreateForm

func (r WorkerForm) CreateForm()

type WorkerMail

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

func NewWorkerMail

func NewWorkerMail(address, port string, clientGandalf *goclient.ClientGandalf, major, minor int64) *WorkerMail

func (WorkerMail) SendAuthMail

func (r WorkerMail) SendAuthMail()
func (r WorkerMail) Run() {
	done := make(chan bool)
	go r.SendAuthMail()
	<-done
}

func (WorkerMail) SendAuthMailTest

func (r WorkerMail) SendAuthMailTest(sender, body, login, password, email string, receivers []string) (result bool)

Jump to

Keyboard shortcuts

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