Documentation ¶
Index ¶
- Variables
- type KeyConverterImpl
- func (*KeyConverterImpl) ToGorm(key *models.Key) *dbmodel.KeyModel
- func (*KeyConverterImpl) ToGormList(keys []*models.Key) []*dbmodel.KeyModel
- func (*KeyConverterImpl) ToGrpc(k *dbmodel.KeyModel, showPrivate bool) *models.Key
- func (*KeyConverterImpl) ToGrpcList(keys []*dbmodel.KeyModel, showPrivate bool) []*models.Key
Constants ¶
This section is empty.
Variables ¶
View Source
var KeyConverter = &KeyConverterImpl{}
Functions ¶
This section is empty.
Types ¶
type KeyConverterImpl ¶
type KeyConverterImpl struct { }
func (*KeyConverterImpl) ToGorm ¶
func (*KeyConverterImpl) ToGorm(key *models.Key) *dbmodel.KeyModel
func (*KeyConverterImpl) ToGormList ¶
func (*KeyConverterImpl) ToGormList(keys []*models.Key) []*dbmodel.KeyModel
func (*KeyConverterImpl) ToGrpcList ¶
Click to show internal directories.
Click to hide internal directories.