Files
EdgeCommon/pkg/serverconfigs/access_log_storage_tcp.go

10 lines
287 B
Go
Raw Normal View History

2021-07-29 16:51:11 +08:00
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
package serverconfigs
// AccessLogTCPStorageConfig TCP存储策略
type AccessLogTCPStorageConfig struct {
Network string `yaml:"network" json:"network"` // tcp, unix
Addr string `yaml:"addr" json:"addr"`
}