persist

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 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 Archive

type Archive interface {
	// SetName 设置名称
	SetName(name string)
	// GetName 获取名称
	GetName() string

	// SetBuild 设置建筑信息
	SetBuild(build ArchiveBuild)
	// GetBuild 获取建筑信息
	GetBuild() ArchiveBuild

	// SetRetTemp 设置回温
	SetRetTemp(value float32)
	// GetRetTemp 获取回温
	GetRetTemp() float32
}

type ArchiveBuild

type ArchiveBuild interface {
	// SetArea 设置面积
	SetArea(area float32)
	// GetArea 获取面积
	GetArea() float32
}

type IWatcher

type IWatcher interface {
	SetExecCallback() error
}

Jump to

Keyboard shortcuts

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