Documentation ¶ Index ¶ Constants func Migrate(ctx context.Context, databaseURL string, opts ...Opt) error type Keyset func Resolve(ctx context.Context, databaseURL string, opts ...Opt) (*Keyset, error) type Opt func WithSchema(schema string) Opt Constants ¶ View Source const DefaultSchema = "hatchet_embed" Variables ¶ This section is empty. Functions ¶ func Migrate ¶ func Migrate(ctx context.Context, databaseURL string, opts ...Opt) error Types ¶ type Keyset ¶ type Keyset struct { Master []byte PrivateJWT []byte PublicJWT []byte } func Resolve ¶ func Resolve(ctx context.Context, databaseURL string, opts ...Opt) (*Keyset, error) type Opt ¶ type Opt func(*options) func WithSchema ¶ func WithSchema(schema string) Opt Source Files ¶ View all Source files keyset.gomigrate.go Click to show internal directories. Click to hide internal directories.