webhook

package
v0.0.0-...-49d4ca0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Columns = []string{"id", "created_at", "updated_at", "deleted_at", "created_by_id", "updated_by_id", "name", "url", "enabled", "tags"}
View Source
var Data = map[string]interface{}{
	"name":      "Test WH",
	"url":       "testurl.com",
	"enabled":   true,
	"event_ids": []uint{1},
	"tags": postgres.Jsonb{
		RawMessage: []byte(`{"test":"tag"}`),
	},
}

Functions

func EventAssociationMock

func EventAssociationMock(mock sqlmock.Sqlmock, args ...driver.Value)

func SelectMock

func SelectMock(mock sqlmock.Sqlmock, args ...driver.Value)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL