settings

package
v0.0.0-...-24ca9bf Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2022 License: MIT Imports: 0 Imported by: 0

README

testdemo

This repository contains examples of testing patterns in golang.

Cooresponding blog post:

https://segment.com/blog/5-advanced-testing-techniques-in-go/

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SettingsProvider

type SettingsProvider interface {
	Get(key string) (string, error)
	Set(key, value string) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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