config

package
v0.0.0-...-7e7c3a5 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppConfig

type AppConfig struct {
	SizeOfLRUCacheForRawImages     int
	SizeOfLRUCacheForResizedImages int
}

type Config

type Config struct {
	AppConfig
	ServerConfig
	StorageConfig
}

func NewConfig

func NewConfig(configFolder, storageFolder string) *Config

type ServerConfig

type ServerConfig struct {
	Port string
}

type StorageConfig

type StorageConfig struct {
	StorageFolder string
}

Jump to

Keyboard shortcuts

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