Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetChaincodePackageBytes ¶
GetChaincodePackageBytes creates bytes for docker container generation using the supplied chaincode specification
Types ¶
type PlatformBuilder ¶
type PlatformBuilder struct { Type string Path string Name string Version string CodePackage []byte PlatformRegistry *platforms.Registry }
PlatformBuilder使用 平台包生成了ckerbuild函数。 这对建筑商来说是个相当尴尬的地方,应该是 很可能会被推到码头控制中心,因为它只是 创建Docker图像,但这样做需要污染 带CD的DockerController软件包,也就是 不受欢迎的
type StartContainerReq ¶
type StartContainerReq struct { ccintf.CCID Builder Builder Args []string Env []string FilesToUpload map[string][]byte }
StartContainerReq-用于启动容器的属性。
func (StartContainerReq) Do ¶
func (si StartContainerReq) Do(v VM) error
func (StartContainerReq) GetCCID ¶
func (si StartContainerReq) GetCCID() ccintf.CCID
type StopContainerReq ¶
type StopContainerReq struct { ccintf.CCID Timeout uint //默认情况下,我们会在停止后杀死容器 Dontkill bool //默认情况下,我们会在杀死后移除容器 Dontremove bool }
StopContainerReq - properties for stopping a container.
func (StopContainerReq) Do ¶
func (si StopContainerReq) Do(v VM) error
func (StopContainerReq) GetCCID ¶
func (si StopContainerReq) GetCCID() ccintf.CCID
type VM ¶
type VM interface { Start(ccid ccintf.CCID, args []string, env []string, filesToUpload map[string][]byte, builder Builder) error Stop(ccid ccintf.CCID, timeout uint, dontkill bool, dontremove bool) error HealthCheck(context.Context) error }
虚拟机是支持任意虚拟机的抽象虚拟映像
type VMController ¶
vmcontroller-管理vms . abstract construction of different types of VMs (we only care about Docker for now) . 管理虚拟机的生命周期(从build开始,start,stop… 最终可能需要细粒度管理)
func NewVMController ¶
func NewVMController(vmProviders map[string]VMProvider) *VMController
new vmcontroller创建vmcontroller的新实例
type VMProvider ¶
type VMProvider interface {
NewVM() VM
}
Directories ¶
Path | Synopsis |
---|---|
此源码被清华学神尹成大魔王专业翻译分析并修改 尹成QQ77025077 尹成微信18510341407 尹成所在QQ群721929980 尹成邮箱 yinc13@mails.tsinghua.edu.cn 尹成毕业于清华大学,微软区块链领域全球最有价值专家 https://mvp.microsoft.com/zh-cn/PublicProfile/4033620 伪造者生成的代码。
|
此源码被清华学神尹成大魔王专业翻译分析并修改 尹成QQ77025077 尹成微信18510341407 尹成所在QQ群721929980 尹成邮箱 yinc13@mails.tsinghua.edu.cn 尹成毕业于清华大学,微软区块链领域全球最有价值专家 https://mvp.microsoft.com/zh-cn/PublicProfile/4033620 伪造者生成的代码。 |
Click to show internal directories.
Click to hide internal directories.