api

package
v0.0.0-...-8584ff0 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2020 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EchoRequest

type EchoRequest struct {
	Str string `query:"str"`
}

type EchoResponse

type EchoResponse struct {
	Echo string `json:"echo"`
}

type MyController

type MyController struct {
	RedisClient redis.Cmdable                 `autowire:""`
	MongoClient *mongo.Client                 `autowire:"?"`
	DB          *gorm.DB                      `autowire:""`
	AppCtx      SpringBoot.ApplicationContext `autowire:""`
}

func (*MyController) Echo

func (c *MyController) Echo(ctx context.Context, request *EchoRequest) *EchoResponse

func (*MyController) OK

func (c *MyController) OK(ctx SpringWeb.WebContext)

Jump to

Keyboard shortcuts

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