service

package
v0.0.0-...-3a05b22 Latest Latest
Warning

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

Go to latest
Published: May 31, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServiceStruct

type ServiceStruct struct {
}

func GetServiceStructRpc

func GetServiceStructRpc() (*ServiceStruct, error)

func (*ServiceStruct) GetUser

func (s *ServiceStruct) GetUser(name string, age int) (*dto.User, error)

type ServiceStructIOCInterface

type ServiceStructIOCInterface interface {
	GetUser(name string, age int) (*dto.User, error)
}

func GetServiceStructIOCInterfaceRpc

func GetServiceStructIOCInterfaceRpc() (ServiceStructIOCInterface, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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