api

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewModule

func NewModule() inject.Module

Types

type Api

type Api interface {
	Do(Request) (*Response, error)
}

type Request

type Request struct {
	Provider string
	Foo      string
}

type Response

type Response struct {
	Bar string
	Baz int
}

Jump to

Keyboard shortcuts

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