usecase

package
v0.0.0-...-60c035c Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2021 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrAPINotFound "api not found"
	ErrAPINotFound = errors.New("api not found")
	// ErrInvalidRequest "invalid request"
	ErrInvalidRequest = errors.New("invalid request")
	// ErrModelNotDeclare "model not declare"
	ErrModelNotDeclare = errors.New("model not declare")
)

Functions

This section is empty.

Types

type APIServerUsecase

type APIServerUsecase interface {
	RequestDocumentServer(httpMethod string, url string, body []byte) (interface{}, int, error)
}

APIServerUsecase Interface

func NewAPIServerUsecase

NewAPIServerUsecase APIServerUsecaseインターフェイスを表すオブジェクトを作成します

Jump to

Keyboard shortcuts

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