api_inquisitor

package
v0.0.0-...-acd6729 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RandomCar

func RandomCar() *pb.Car

func RandomDept

func RandomDept() *pb.Dept

func RandomUser

func RandomUser() *pb.User

Types

type ApiInquisitor

type ApiInquisitor interface {
	Check(ctx context.Context) error
}

func CarServiceInquisitorNew

func CarServiceInquisitorNew(client api.ApiClientIfce) ApiInquisitor

func DeptServiceInquisitorNew

func DeptServiceInquisitorNew(client api.ApiClientIfce) ApiInquisitor

func GetAllApiInquisitors

func GetAllApiInquisitors(client api.ApiClientIfce) []ApiInquisitor

func UserServiceInquisitorNew

func UserServiceInquisitorNew(client api.ApiClientIfce) ApiInquisitor

type CarServiceInquisitor

type CarServiceInquisitor struct {
	// contains filtered or unexported fields
}

func (*CarServiceInquisitor) Check

func (this *CarServiceInquisitor) Check(ctx context.Context) error

type DeptServiceInquisitor

type DeptServiceInquisitor struct {
	// contains filtered or unexported fields
}

func (*DeptServiceInquisitor) Check

func (this *DeptServiceInquisitor) Check(ctx context.Context) error

type UserServiceInquisitor

type UserServiceInquisitor struct {
	// contains filtered or unexported fields
}

func (*UserServiceInquisitor) Check

func (this *UserServiceInquisitor) Check(ctx context.Context) error

Jump to

Keyboard shortcuts

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