Documentation ¶
Index ¶
- Constants
- type InprocVM
- func (vm *InprocVM) GetVMName(ccid ccintf.CCID) string
- func (vm *InprocVM) HealthCheck(ctx context.Context) error
- func (vm *InprocVM) Start(ccid ccintf.CCID, args []string, env []string, filesToUpload map[string][]byte, ...) error
- func (vm *InprocVM) Stop(ccid ccintf.CCID, timeout uint, dontkill bool, dontremove bool) error
- func (vm *InprocVM) Wait(ccid ccintf.CCID) (int, error)
- type Registry
- type SendPanicFailure
- type SysCCRegisteredErr
Constants ¶
View Source
const ContainerType = "SYSTEM"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InprocVM ¶
type InprocVM struct {
// contains filtered or unexported fields
}
type Registry ¶
type Registry struct { ChaincodeSupport ccintf.CCSupport // contains filtered or unexported fields }
func NewRegistry ¶
func NewRegistry() *Registry
type SendPanicFailure ¶
type SendPanicFailure string
func (SendPanicFailure) Error ¶
func (e SendPanicFailure) Error() string
type SysCCRegisteredErr ¶
type SysCCRegisteredErr string
func (SysCCRegisteredErr) Error ¶
func (s SysCCRegisteredErr) Error() string
Click to show internal directories.
Click to hide internal directories.