Documentation ¶ Index ¶ func GenerateGraph(aggregates lib.Regexps, nginxAccessLogFilepath string, option *Option) error type Inch type Option func NewOption(w, h Inch, minCount int, outputFilePath string) *Option type PerSec Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GenerateGraph ¶ func GenerateGraph(aggregates lib.Regexps, nginxAccessLogFilepath string, option *Option) error Types ¶ type Inch ¶ type Inch = int type Option ¶ type Option struct { // contains filtered or unexported fields } func NewOption ¶ func NewOption(w, h Inch, minCount int, outputFilePath string) *Option type PerSec ¶ type PerSec struct { // contains filtered or unexported fields } Source Files ¶ View all Source files graph.go Click to show internal directories. Click to hide internal directories.