Versions in this module Expand all Collapse all v1 v1.0.0 Jun 17, 2026 Changes in this version + var ClientOptions = []grpc.DialOption + func NewChecker(ctx context.Context, req nfdb.Request) *checker + func NewClient(host string, port int) (*grpc.ClientConn, error) + func NewTLSClient(host string, port int, tlsConfig *tls.Config) (*grpc.ClientConn, error) + type GrpcServer struct + Port int + ServiceName string + func NewGrpcServer(serviceName string, port int) *GrpcServer + func (g *GrpcServer) Serve(callback RegisterCallback, opt ...grpc.ServerOption) + func (g *GrpcServer) ShowErrorCause(b bool) *GrpcServer + func (g *GrpcServer) WithBuilder(b builderT) *GrpcServer + func (g *GrpcServer) WithChecker(c checkerT) *GrpcServer + type RegisterCallback func(*grpc.Server)