impl

package
v0.0.0-...-e4a0609 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	InsertResourceSQL = `` /* 223-byte string literal not displayed */

	// INSERT INTO `host` ( resource_id, cpu, memory, gpu_amount, gpu_spec, os_type, os_name, serial_number )
	// VALUES
	// ( "111", 1, 2048, 1, 'n', 'linux', 'centos8', '00000' );
	InsertDescribeSQL = `` /* 135-byte string literal not displayed */

)

Variables

This section is empty.

Functions

This section is empty.

Types

type HostServiceImpl

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

func NewHostServiceImpl

func NewHostServiceImpl() *HostServiceImpl

NewHostServiceImpl 保证调用该函数之前, 全局conf对象已经初始化

func (*HostServiceImpl) Config

func (i *HostServiceImpl) Config()

func (*HostServiceImpl) CreateHost

func (i *HostServiceImpl) CreateHost(ctx context.Context, ins *host.Host) (
	*host.Host, error)

业务处理层(Controller层)

func (*HostServiceImpl) DeleteHost

func (i *HostServiceImpl) DeleteHost(ctx context.Context, req *host.DeleteHostRequest) (
	*host.Host, error)

func (*HostServiceImpl) DescribeHost

func (i *HostServiceImpl) DescribeHost(ctx context.Context, req *host.QueryHostRequest) (
	*host.Host, error)

func (*HostServiceImpl) Name

func (i *HostServiceImpl) Name() string

服务服务的名称

func (*HostServiceImpl) QueryHost

func (i *HostServiceImpl) QueryHost(ctx context.Context, req *host.QueryHostRequest) (
	*host.HostSet, error)

func (*HostServiceImpl) UpdateHost

func (i *HostServiceImpl) UpdateHost(ctx context.Context, req *host.UpdateHostRequest) (
	*host.Host, error)

Jump to

Keyboard shortcuts

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