models

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2025 License: MIT Imports: 0 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
}

Jump to

Keyboard shortcuts

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