Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser -
func New ¶
func New(service services.IRelationshipService, schema services.ISchemaService) Parser
New -
func (*Parser) Convert ¶
func (c *Parser) Convert(table string, data map[string]interface{}) (tuples []tuple.Tuple, err error)
Convert -
func (*Parser) GetService ¶
func (c *Parser) GetService() services.IRelationshipService
GetService -
Click to show internal directories.
Click to hide internal directories.