Documentation
¶
Overview ¶
Package knowledge_graph to access knowledge_graph indexing
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultKnowledgeGraphClient ¶
type DefaultKnowledgeGraphClient struct {
// contains filtered or unexported fields
}
func NewKnowledgeGraphClient ¶
func NewKnowledgeGraphClient(serviceURL string, timeout time.Duration) (*DefaultKnowledgeGraphClient, error)
NewDefaultKnowledgeGraphClient creates a new client for the knowledge graph service. The serviceURL can be either a TCP URL (e.g., "http://localhost:8080") or a Unix socket URL (e.g., "unix:///var/run/service.sock").
Click to show internal directories.
Click to hide internal directories.