Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupContext ¶
Types ¶
type DelegatingContext ¶
type DelegatingContext struct {
// contains filtered or unexported fields
}
func NewDelegatingContext ¶
func NewDelegatingContext(ctx context.Context) *DelegatingContext
func (*DelegatingContext) Deadline ¶
func (d *DelegatingContext) Deadline() (deadline time.Time, ok bool)
func (*DelegatingContext) Done ¶
func (d *DelegatingContext) Done() <-chan struct{}
func (*DelegatingContext) Err ¶
func (d *DelegatingContext) Err() error
func (*DelegatingContext) Fulfill ¶
func (d *DelegatingContext) Fulfill(ctx context.Context)
func (*DelegatingContext) Value ¶
func (d *DelegatingContext) Value(key interface{}) interface{}
Directories
¶
| Path | Synopsis |
|---|---|
|
Package apiserverbin is a test-only package that provides the path to a compiled binary of the onmetal-api API server.
|
Package apiserverbin is a test-only package that provides the path to a compiled binary of the onmetal-api API server. |
Click to show internal directories.
Click to hide internal directories.