Documentation ¶ Index ¶ Variables func FromCmkAPIKey(ctx context.Context, apiKey cmkapi.Key, ...) (*model.Key, error) Constants ¶ This section is empty. Variables ¶ View Source var ( ErrNativeIDIsRequired = errors.New("nativeID is required") ErrAccessDetailsIsRequired = errors.New("accessDetails is required") ErrTransformAccessData = errors.New("error transforming access data from API to model") ) Functions ¶ func FromCmkAPIKey ¶ func FromCmkAPIKey( ctx context.Context, apiKey cmkapi.Key, transformer transformer.ProviderTransformer, ) (*model.Key, error) Types ¶ This section is empty. Source Files ¶ View all Source files hyokkey.go Click to show internal directories. Click to hide internal directories.