stub

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package stub provides stub related functions

Index

Constants

View Source
const (
	// DefaultAddress address of stub server
	DefaultAddress = "localhost"
	// DefaultPort port of stub server
	DefaultPort = "4771"
)

Variables

This section is empty.

Functions

func RunStubServer

func RunStubServer(opt Options)

RunStubServer runs mock grpc server

Types

type Input

type Input struct {
	Equals   map[string]interface{} `json:"equals"`
	Contains map[string]interface{} `json:"contains"`
	Matches  map[string]interface{} `json:"matches"`
}

Input structure

type Options

type Options struct {
	Port     string
	BindAddr string
	StubPath string
}

Options server options

type Output

type Output struct {
	Data  map[string]interface{} `json:"data"`
	Error string                 `json:"error"`
}

Output structure

type Stub

type Stub struct {
	Service string `json:"service"`
	Method  string `json:"method"`
	Input   Input  `json:"input"`
	Output  Output `json:"output"`
}

Stub structure

Jump to

Keyboard shortcuts

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