Documentation ¶
Index ¶
- func NewDocStoreService() (grpc.ClientConnInterface, error)
- func NewIndexService(dsName string, nodes ...*tree.Node) (grpc.ClientConnInterface, error)
- func NewMetaService(nodes ...*tree.Node) (grpc.ClientConnInterface, error)
- func NewTreeService(dss []string, nodes ...*tree.Node) (grpc.ClientConnInterface, error)
- func RegisterTreeAndDatasources(treeNodes ...*tree.Node) error
- type DataSourceService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDocStoreService ¶
func NewDocStoreService() (grpc.ClientConnInterface, error)
func NewIndexService ¶
func NewMetaService ¶
func NewMetaService(nodes ...*tree.Node) (grpc.ClientConnInterface, error)
func NewTreeService ¶
Types ¶
type DataSourceService ¶
type DataSourceService struct {
// contains filtered or unexported fields
}
func NewDataSourceService ¶
func NewDataSourceService(dsName string) *DataSourceService
func (*DataSourceService) Invoke ¶
func (u *DataSourceService) Invoke(ctx context.Context, method string, args interface{}, reply interface{}, opts ...grpc.CallOption) error
func (*DataSourceService) NewStream ¶
func (u *DataSourceService) NewStream(ctx context.Context, desc *grpc.StreamDesc, method string, opts ...grpc.CallOption) (grpc.ClientStream, error)
Click to show internal directories.
Click to hide internal directories.