Versions in this module Expand all Collapse all v0 v0.8.0 Oct 5, 2017 v0.7.0 Sep 21, 2017 v0.6.0 Sep 2, 2017 Changes in this version + type Metadata struct + CreatedAt time.Time + Name string + type Namespace struct + Metadata Metadata + func Create(name string) (*Namespace, error) + func Get(name string) (*Namespace, error) + func (n *Namespace) Delete() error