Documentation
¶
Index ¶
- type CAStore
- type InMemortCaStore
- func (store *InMemortCaStore) CreateCA(CAReq cert.CaRequest) (*cert.CaResponse, error)
- func (store *InMemortCaStore) GetCAByID(ID string) (*cert.CaResponse, error)
- func (store *InMemortCaStore) GetSignerByID(ID string) (ssh.Signer, error)
- func (store *InMemortCaStore) ListCAs() ([]*cert.CaResponse, error)
- type InMemoryUserList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMemortCaStore ¶
func NewInMemoryCaStore ¶
func NewInMemoryCaStore() *InMemortCaStore
func (*InMemortCaStore) CreateCA ¶
func (store *InMemortCaStore) CreateCA(CAReq cert.CaRequest) (*cert.CaResponse, error)
func (*InMemortCaStore) GetCAByID ¶
func (store *InMemortCaStore) GetCAByID(ID string) (*cert.CaResponse, error)
func (*InMemortCaStore) GetSignerByID ¶
func (store *InMemortCaStore) GetSignerByID(ID string) (ssh.Signer, error)
func (*InMemortCaStore) ListCAs ¶
func (store *InMemortCaStore) ListCAs() ([]*cert.CaResponse, error)
type InMemoryUserList ¶
func (InMemoryUserList) GetPasswordHash ¶
func (ul InMemoryUserList) GetPasswordHash(un string) (string, error)
Click to show internal directories.
Click to hide internal directories.