Documentation ¶
Index ¶
- func Delete(_ context.Context, db gorpmapper.SqlExecutorWithTx, ...) error
- func Insert(ctx context.Context, db gorpmapper.SqlExecutorWithTx, ...) error
- func LoadAll(ctx context.Context, db gorp.SqlExecutor, projectKey string, ...) ([]sdk.ProjectNotification, error)
- func LoadByName(ctx context.Context, db gorp.SqlExecutor, projectKey string, name string, ...) (*sdk.ProjectNotification, error)
- func Update(ctx context.Context, db gorpmapper.SqlExecutorWithTx, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Delete ¶
func Delete(_ context.Context, db gorpmapper.SqlExecutorWithTx, notif *sdk.ProjectNotification) error
func Insert ¶
func Insert(ctx context.Context, db gorpmapper.SqlExecutorWithTx, notif *sdk.ProjectNotification) error
func LoadAll ¶
func LoadAll(ctx context.Context, db gorp.SqlExecutor, projectKey string, opts ...gorpmapper.GetOptionFunc) ([]sdk.ProjectNotification, error)
func LoadByName ¶
func LoadByName(ctx context.Context, db gorp.SqlExecutor, projectKey string, name string, opts ...gorpmapper.GetOptionFunc) (*sdk.ProjectNotification, error)
func Update ¶
func Update(ctx context.Context, db gorpmapper.SqlExecutorWithTx, notif *sdk.ProjectNotification) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.