repos

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2022 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewImporter

func NewImporter(logger *zerolog.Logger, pool *pgxpool.Pool, mergestat *sqlx.DB) *importer

Types

type JSONNullInt64

type JSONNullInt64 struct {
	sql.NullInt64
}

JSONNullInt64 is a helper for marshalling sql.NullInt64 values into JSON

func (JSONNullInt64) MarshalJSON

func (v JSONNullInt64) MarshalJSON() ([]byte, error)

type JSONNullString

type JSONNullString struct {
	sql.NullString
}

JSONNullString is a helper for marshalling sql.NullString values into JSON

func (JSONNullString) MarshalJSON

func (v JSONNullString) MarshalJSON() ([]byte, error)

Jump to

Keyboard shortcuts

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