Documentation ¶
Overview ¶
Package identity implements server for handling identity requests to a driver instance.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyDriverName = errors.New("driver name is empty")
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is an implementation of COSI identity server.
func (*Server) DriverGetInfo ¶
func (srv *Server) DriverGetInfo(_ context.Context, _ *cosi.DriverGetInfoRequest, ) (*cosi.DriverGetInfoResponse, error)
DriverGetInfo returns name of server.
Click to show internal directories.
Click to hide internal directories.