f

package
v0.0.0-...-9601d62 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package f provides simple test fixtures for uconfig.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Anon

type Anon struct {
	Version string
}

Anon is part of text fixtures.

type Config

type Config struct {
	Anon
	GoHard  bool
	Redis   Redis
	Rethink RethinkConfig
}

Config is part of text fixtures.

type Host

type Host struct {
	Address string
	Port    string
}

Host is part of text fixtures.

type Redis

type Redis struct {
	Host string
	Port int
}

Redis is part of text fixtures.

type RethinkConfig

type RethinkConfig struct {
	Host Host
	DB   string
}

RethinkConfig is part of text fixtures.

type Types

type Types struct {
	String  string
	Bool    bool
	Int     int
	Int8    int8
	Int16   int16
	Int32   int32
	Int64   int64
	Uint    uint
	Uint8   uint8
	Uint16  uint16
	Uint32  uint32
	Uint64  uint64
	Float32 float32
	Float64 float64
}

Types is part of text fixtures.

Jump to

Keyboard shortcuts

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