impl

package
v0.0.0-...-19fd678 Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2024 License: MIT Imports: 10 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
}

HostServiceImpl 用这个结构体去实现接口下的方法 对于service的实现类

func NewHostServiceImp

func NewHostServiceImp() *HostServiceImpl

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

func (*HostServiceImpl) Config

func (i *HostServiceImpl) Config()

Config 初始化HostServiceImp

func (*HostServiceImpl) Create

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

业务层

func (*HostServiceImpl) Delete

func (*HostServiceImpl) Describe

Describe 查询主机详情(不能为空,否则字段转化会报NULL的转型问题)

func (*HostServiceImpl) Name

func (i *HostServiceImpl) Name() string

func (*HostServiceImpl) Query

func (*HostServiceImpl) ServiceName

func (i *HostServiceImpl) ServiceName() string

func (*HostServiceImpl) Update

Jump to

Keyboard shortcuts

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