Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewNebula, NewCayley, NewMapperRepo)
ProviderSet is data providers.
Functions ¶
func NewMapperRepo ¶
NewMapperRepo .
Types ¶
type NebulaLoggerWrapper ¶
type NebulaLoggerWrapper struct{}
func (NebulaLoggerWrapper) Error ¶
func (l NebulaLoggerWrapper) Error(msg string)
func (NebulaLoggerWrapper) Fatal ¶
func (l NebulaLoggerWrapper) Fatal(msg string)
func (NebulaLoggerWrapper) Info ¶
func (l NebulaLoggerWrapper) Info(msg string)
func (NebulaLoggerWrapper) Warn ¶
func (l NebulaLoggerWrapper) Warn(msg string)
type Vertex ¶ added in v0.0.2
type Vertex struct { ID quad.IRI `json:"@id"` Type biz.VertexType `json:"ex:type"` OriginalType biz.VertexType `json:"ex:oType"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.