models

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DbConfig

type DbConfig struct {
	AppName  string
	Scheme   string
	Username string
	Password string
	Host     string
	Port     int64
}

type ExcelSheet

type ExcelSheet struct {
	Name        string
	InitialCell string
	Headers     []string
	Values      [][]string
}

type Mail

type Mail struct {
	Sender      string
	Receipients []string
	Subject     string
	Body        string
	Attachments []string
}

type MailConfig

type MailConfig struct {
	Host     string
	Port     int
	Username string
	Password string
}

type WindowsService

type WindowsService struct {
	Name          string
	Interval      int64
	IsInDebugMode bool
	Function      func()
}

func (*WindowsService) Execute

func (service *WindowsService) Execute(arguments []string, r <-chan svc.ChangeRequest, status chan<- svc.Status) (bool, uint32)

Jump to

Keyboard shortcuts

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