Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewMapper)
ProviderSet is biz providers.
Functions ¶
This section is empty.
Types ¶
type Mapper ¶
type Mapper struct {
// contains filtered or unexported fields
}
func NewMapper ¶ added in v0.0.2
func NewMapper(repo MapperRepo) *Mapper
func (*Mapper) FetchEqualVertex ¶ added in v0.0.2
func (*Mapper) InsertEdge ¶ added in v0.0.2
type MapperRepo ¶
type Vertex ¶ added in v0.0.2
type Vertex struct { ID int64 Type VertexType }
type VertexType ¶ added in v0.0.2
type VertexType int
const ( VertexTypeUnspecified VertexType = iota VertexTypeAbstract VertexTypeEntity VertexTypeMessage VertexTypeObject VertexTypeMetadata )
Click to show internal directories.
Click to hide internal directories.