Documentation ¶
Index ¶
- func CreateComment(ctx context.Context, driver *neo4j.DriverWithContext, tenant string, ...) string
- func CreateCountry(ctx context.Context, driver *neo4j.DriverWithContext, ...)
- func CreateExternalSystem(ctx context.Context, driver *neo4j.DriverWithContext, ...)
- func CreateInteractionEvent(ctx context.Context, driver *neo4j.DriverWithContext, tenant string, ...) string
- func CreateIssue(ctx context.Context, driver *neo4j.DriverWithContext, tenant string, ...) string
- func CreateJobRole(ctx context.Context, driver *neo4j.DriverWithContext, tenant string, ...) string
- func CreateWorkspace(ctx context.Context, driver *neo4j.DriverWithContext, workspace string, ...)
- func LinkIssueAssignedTo(ctx context.Context, driver *neo4j.DriverWithContext, issueId, entityId string)
- func LinkIssueFollowedBy(ctx context.Context, driver *neo4j.DriverWithContext, issueId, entityId string)
- func LinkIssueReportedBy(ctx context.Context, driver *neo4j.DriverWithContext, issueId, entityId string)
- func LinkSocial(ctx context.Context, driver *neo4j.DriverWithContext, ...)
- func LinkTag(ctx context.Context, driver *neo4j.DriverWithContext, tagId, entityId string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateComment ¶
func CreateComment(ctx context.Context, driver *neo4j.DriverWithContext, tenant string, comment neo4jentity.CommentEntity) string
func CreateCountry ¶
func CreateCountry(ctx context.Context, driver *neo4j.DriverWithContext, codeA2, codeA3, name, phoneCode string)
func CreateExternalSystem ¶
func CreateExternalSystem(ctx context.Context, driver *neo4j.DriverWithContext, tenant, externalSystem string)
func CreateInteractionEvent ¶
func CreateInteractionEvent(ctx context.Context, driver *neo4j.DriverWithContext, tenant string, interactionEvent neo4jentity.InteractionEventEntity) string
func CreateIssue ¶
func CreateIssue(ctx context.Context, driver *neo4j.DriverWithContext, tenant string, issue neo4jentity.IssueEntity) string
func CreateJobRole ¶
func CreateJobRole(ctx context.Context, driver *neo4j.DriverWithContext, tenant string, jobRole neo4jentity.JobRoleEntity) string
func CreateWorkspace ¶
func LinkIssueAssignedTo ¶
func LinkIssueAssignedTo(ctx context.Context, driver *neo4j.DriverWithContext, issueId, entityId string)
func LinkIssueFollowedBy ¶
func LinkIssueFollowedBy(ctx context.Context, driver *neo4j.DriverWithContext, issueId, entityId string)
func LinkIssueReportedBy ¶
func LinkIssueReportedBy(ctx context.Context, driver *neo4j.DriverWithContext, issueId, entityId string)
func LinkSocial ¶
func LinkSocial(ctx context.Context, driver *neo4j.DriverWithContext, socialId, entityId string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.