Documentation ¶
Index ¶
- func DeleteByID(ctx context.Context, db gorp.SqlExecutor, id int64) error
- func Insert(ctx context.Context, db gorp.SqlExecutor, ...) error
- func LoadAll(ctx context.Context, db gorp.SqlExecutor) ([]sdk.WorkerHookProjectIntegrationModel, error)
- func LoadByID(ctx context.Context, db gorp.SqlExecutor, id int64) (*sdk.WorkerHookProjectIntegrationModel, error)
- func LoadByProjectIntegrationID(ctx context.Context, db gorp.SqlExecutor, projectIntegrationID int64) (*sdk.WorkerHookProjectIntegrationModel, error)
- func LoadEnabledByProjectIntegrationID(ctx context.Context, db gorp.SqlExecutor, projectIntegrationID int64) (*sdk.WorkerHookProjectIntegrationModel, error)
- func Update(ctx context.Context, db gorp.SqlExecutor, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteByID ¶
func Insert ¶
func Insert(ctx context.Context, db gorp.SqlExecutor, h *sdk.WorkerHookProjectIntegrationModel) error
func LoadAll ¶
func LoadAll(ctx context.Context, db gorp.SqlExecutor) ([]sdk.WorkerHookProjectIntegrationModel, error)
func LoadByID ¶
func LoadByID(ctx context.Context, db gorp.SqlExecutor, id int64) (*sdk.WorkerHookProjectIntegrationModel, error)
func LoadByProjectIntegrationID ¶
func LoadByProjectIntegrationID(ctx context.Context, db gorp.SqlExecutor, projectIntegrationID int64) (*sdk.WorkerHookProjectIntegrationModel, error)
func LoadEnabledByProjectIntegrationID ¶
func LoadEnabledByProjectIntegrationID(ctx context.Context, db gorp.SqlExecutor, projectIntegrationID int64) (*sdk.WorkerHookProjectIntegrationModel, error)
func Update ¶
func Update(ctx context.Context, db gorp.SqlExecutor, h *sdk.WorkerHookProjectIntegrationModel) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.