Versions in this module Expand all Collapse all v0 v0.3.0 Jun 1, 2016 Changes in this version + func Erase(program ProgramFunc, serverURL string) error + func Get(program ProgramFunc, serverURL string) (*credentials.Credentials, error) + func Store(program ProgramFunc, credentials *credentials.Credentials) error + type Program interface + Input func(in io.Reader) + Output func() ([]byte, error) + type ProgramFunc func(args ...string) Program + func NewShellProgramFunc(name string) ProgramFunc + type Shell struct + func (s *Shell) Input(in io.Reader) + func (s *Shell) Output() ([]byte, error)