module

package
v0.0.0-...-fd2add7 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2016 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package module provides a mechanism for linking an implementation package to a declaration package

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Slot

type Slot struct {
	Name string
	// contains filtered or unexported fields
}

Slot is a synchronized interface value, which can be set once and read many times

func (*Slot) Get

func (j *Slot) Get() interface{}

Get returns this value

func (*Slot) Set

func (j *Slot) Set(v interface{})

Set sets the value to v

Jump to

Keyboard shortcuts

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