common

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2023 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExcelMetadata

type ExcelMetadata struct {
	Name  string   `msgpack:"name"`
	Parts []string `msgpack:"parts"`
}

type ExcelSheets

type ExcelSheets map[string][][]interface{}

type Inject

type Inject struct {
	V      *Values
	Client *cos.Client
}

type Values

type Values struct {
	Address string `env:"ADDRESS" envDefault:":9000"`
	Process string `env:"PROCESS"`
	Cos     struct {
		Url       string `env:"URL"`
		SecretId  string `env:"SECRETID"`
		SecretKey string `env:"SECRETKEY"`
	} `envPrefix:"COS_"`
}

Jump to

Keyboard shortcuts

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