Versions in this module Expand all Collapse all v0 v0.2.2 Feb 4, 2015 Changes in this version type Etcd + func (r *Etcd) GetUserIdentityMapping(name string) (mapping *api.UserIdentityMapping, err error) v0.2.1 Jan 28, 2015 Changes in this version + type Etcd struct + func New(helper tools.EtcdHelper, initializer user.Initializer) *Etcd + func (r *Etcd) CreateOrUpdateUserIdentityMapping(mapping *api.UserIdentityMapping) (*api.UserIdentityMapping, bool, error) + func (r *Etcd) GetUser(name string) (user *api.User, err error)