clickcheck

package module
v0.0.0-...-4b033ae Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2023 License: BSD-2-Clause Imports: 3 Imported by: 0

README

clickcheck

Playground for looking at click tracking

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	DBConn    string `yaml:"connstring"`
	URL       string `yaml:"url"`
	Listen    string `yaml:"listen"`
	To        string `yaml:"to"`
	From      string `yaml:"from"`
	Smarthost string `yaml:"smarthost"`
	Username  string `yaml:"username"`
	Password  string `yaml:"password"`
	Templates string `yaml:"template_dir"`
	Cert      string `yaml:"tlscert"`
	Key       string `yaml:"tlskey"`
	Image     string `yaml:"image"`
	ImageDir  string `yaml:"image_dir"`
	Path      string `yaml:"path"`
}

func New

func New(filename string) Config

func (*Config) Load

func (c *Config) Load(filename string)

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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