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 CreateIssue(ctx context.Context, driver *neo4j.DriverWithContext, tenant string, ...) 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)
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 CreateIssue ¶
func CreateIssue(ctx context.Context, driver *neo4j.DriverWithContext, tenant string, issue neo4jentity.IssueEntity) string
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)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.