logic

package
v1.6.6 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IMyController

type IMyController interface {
	SayHello(correlationId string, name string) (result string, err error)
}

type MyController

type MyController struct {
}

func NewMyController

func NewMyController() *MyController

func (*MyController) SayHello

func (c *MyController) SayHello(correlationId string, name string) (result string, err error)

Jump to

Keyboard shortcuts

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