examples

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Doer

type Doer interface {
	Do() error
}

type Source

type Source struct {
	I  int
	S  string
	I1 int        `sts:"I64"`
	I2 int        `sts:"B"`  // types.Basic
	PT *time.Time `sts:"Nt"` // types.Named
	JJ string     `sts:"json_field"`
	D  int32      `sts:"db_field"`
	R  Doer
}

Directories

Path Synopsis
Package nulls contains wrappers for representing dummy null types.
Package nulls contains wrappers for representing dummy null types.

Jump to

Keyboard shortcuts

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