github.com/TeaOSLab/EdgeNode@v1.3.8/internal/nodes/origin_state.go (about) 1 // Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. 2 3 package nodes 4 5 import "github.com/TeaOSLab/EdgeCommon/pkg/serverconfigs" 6 7 type OriginState struct { 8 CountFails int64 9 UpdatedAt int64 10 Config *serverconfigs.OriginConfig 11 Addr string 12 TLSHost string 13 ReverseProxy *serverconfigs.ReverseProxyConfig 14 }