add node filter config
This commit is contained in:
@ -12,6 +12,11 @@ import (
|
||||
"google.golang.org/grpc/credentials/insecure"
|
||||
)
|
||||
|
||||
const (
|
||||
GRPC string = "grpc"
|
||||
HTTP string = "http"
|
||||
)
|
||||
|
||||
type Options struct {
|
||||
Token string
|
||||
TLSConfig *tls.Config
|
||||
|
Reference in New Issue
Block a user