summary refs log blame commit diff stats
path: root/types.go
blob: 597c4239e45402ead1d18f7fd0ef330fbca44aaf (plain) (tree)
1
2
3
4
5
6
7
8

            
                      

                                          
 
                           
                           



                            
 
package main

// content-type consts
const txtutf8 = "text/plain; charset=utf8"
const htmlutf8 = "text/html; charset=utf8"

// config object definition
type configuration struct {
	port          int
	logfile       string
	twtxtfile     string
	stdoutLogging bool
}