You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lntop/config/config.go

16 lines
294 B
Go

5 years ago
package config
type Network struct {
ID string
Type string
Status string
Address string
Cert string
Macaroon string
MacaroonTimeOut int64
MacaroonIP string
MaxMsgRecvSize int
ConnTimeout int
PoolCapacity int
}