add line image log

This commit is contained in:
Jay
2018-10-02 00:11:32 +08:00
parent 6d7c9e92d6
commit 76b26ee4a3
7 changed files with 159 additions and 15 deletions
+6 -5
View File
@@ -12,11 +12,12 @@ import (
// Config -
type Config struct {
Port int `yaml:"port"`
URL string `yaml:"url"`
SelfKey string `yaml:"self_key"`
ImageRoot string `yaml:"image_root"`
Line struct {
Port int `yaml:"port"`
URL string `yaml:"url"`
SelfKey string `yaml:"self_key"`
ImageRoot string `yaml:"image_root"`
LogImageRoot string `yaml:"log_image_root"`
Line struct {
Secret string `yaml:"secret"`
Access string `yaml:"access"`
} `yaml:"line"`