package
Version:
v0.0.0-...-09e4489
Opens a new window with list of versions in this module.
Published: Jul 15, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package module provides a mechanism for linking an implementation package to a declaration package
type Slot struct {
Name string
}
Slot is a synchronized interface value, which can be set once and read many times
func (j *Slot) Get() interface{}
Get returns this value
func (j *Slot) Set(v interface{})
Set sets the value to v
Source Files
¶
Click to show internal directories.
Click to hide internal directories.