package
2.0.0+incompatible
Repository: https://github.com/nodeum-io/nodeum-sdk-go.git
Documentation: pkg.go.dev
# README
Go API client for nodeum
About This document describes the Nodeum API version 2: If you are looking for any information about the product itself, reach the product website https://www.nodeum.io. You can also contact us at this email address : [email protected] # Filter parameters When browsing a list of items, multiple filter parameters may be applied. Some operators can be added to the value as a prefix: - =
value is equal. Default operator, may be omitted - !=
value is different - >
greater than - >=
greater than or equal - <
lower than - >=
lower than or equal - ><
included in list, items should be separated by |
- !><
not included in list, items should be separated by |
- ~
pattern matching, may include %
(any characters) and _
(one character) - !~
pattern not matching, may include %
(any characters) and _
(one character)
Overview
This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.
- API version: 2.1.0
- Package version: 2.0.0
- Build package: io.swagger.codegen.languages.GoClientCodegen
Installation
Put the package under your project folder and add the following in import:
import "./nodeum"
Documentation for API Endpoints
All URIs are relative to https://localhost/api/v2
Class | Method | HTTP request | Description |
---|---|---|---|
CloudBucketsApi | IndexCloudBuckets | Get /cloud_buckets | Lists all cloud buckets. |
CloudBucketsApi | IndexCloudBucketsByCloudConnector | Get /cloud_connectors/{cloud_connector_id}/cloud_buckets | Lists all cloud buckets. |
CloudBucketsApi | IndexCloudBucketsByPool | Get /pools/{pool_id}/cloud_buckets | Lists all cloud buckets from pool. |
CloudBucketsApi | MountStatusCloudBucket | Get /cloud_buckets/{cloud_bucket_id}/mount | Get mount status of Cloud bucket. |
CloudBucketsApi | MountStatusCloudBucketByCloudConnector | Get /cloud_connectors/{cloud_connector_id}/cloud_buckets/{cloud_bucket_id}/mount | Get mount status of Cloud bucket. |
CloudBucketsApi | MountStatusCloudBucketByPool | Get /pools/{pool_id}/cloud_buckets/{cloud_bucket_id}/mount | Get mount status of Cloud bucket. |
CloudBucketsApi | ShowCloudBucket | Get /cloud_buckets/{cloud_bucket_id} | Displays a specific cloud bucket. |
CloudBucketsApi | ShowCloudBucketByCloudConnector | Get /cloud_connectors/{cloud_connector_id}/cloud_buckets/{cloud_bucket_id} | Displays a specific cloud bucket. |
CloudBucketsApi | ShowCloudBucketByPool | Get /pools/{pool_id}/cloud_buckets/{cloud_bucket_id} | Displays a specific cloud bucket. |
CloudBucketsApi | SyncCloudBuckets | Put /cloud_connectors/{cloud_connector_id}/cloud_buckets/-/sync | Synchronize internal cloud buckets with their remote equivalent. |
CloudBucketsApi | SyncResultCloudBuckets | Get /cloud_connectors/{cloud_connector_id}/cloud_buckets/-/sync | Check result of cloud connector sync job. |
CloudConnectorsApi | CreateCloudConnector | Post /cloud_connectors | Creates a new cloud connector. |
CloudConnectorsApi | DestroyCloudConnector | Delete /cloud_connectors/{cloud_connector_id} | Destroys a specific cloud connector. |
CloudConnectorsApi | IndexCloudConnectors | Get /cloud_connectors | Lists all cloud connectors. |
CloudConnectorsApi | ShowCloudConnector | Get /cloud_connectors/{cloud_connector_id} | Displays a specific cloud connector. |
CloudConnectorsApi | TestCloudConnector | Put /cloud_connectors/-/test | Test an unsaved cloud connector. |
CloudConnectorsApi | TestResultCloudConnector | Get /cloud_connectors/-/test | Check result of cloud connector test job. |
CloudConnectorsApi | UpdateCloudConnector | Put /cloud_connectors/{cloud_connector_id} | Updates a specific cloud connector. |
ContainersApi | CreateContainer | Post /containers | Creates a new container. |
ContainersApi | CreateContainerPrivilege | Post /containers/{container_id}/container_privileges | Creates a new privilege on the container. |
ContainersApi | DestroyContainer | Delete /containers/{container_id} | Destroys a specific container. |
ContainersApi | DestroyContainerPrivilege | Delete /containers/{container_id}/container_privileges/{container_privilege_id} | Destroys a specific privilege. |
ContainersApi | IndexContainerPrivileges | Get /containers/{container_id}/container_privileges | Lists all privilege on the container. |
ContainersApi | IndexContainers | Get /containers | Lists all containers. |
ContainersApi | ShowContainer | Get /containers/{container_id} | Displays a specific container. |
ContainersApi | ShowContainerPrivilege | Get /containers/{container_id}/container_privileges/{container_privilege_id} | Displays a specific privilege. |
ContainersApi | UpdateContainer | Put /containers/{container_id} | Updates a specific container. |
ContainersApi | UpdateContainerPrivilege | Put /containers/{container_id}/container_privileges/{container_privilege_id} | Updates a specific privilege. |
FilesApi | FilesChildren | Get /files/{file_parent_id}/children | Lists files under a specific folder. |
FilesApi | FilesChildrenByContainer | Get /containers/{container_id}/files/{file_parent_id}/children | Lists files under a specific folder. |
FilesApi | FilesChildrenByPool | Get /pools/{pool_id}/files/{file_parent_id}/children | Lists files under a specific folder. |
FilesApi | FilesChildrenByTask | Get /tasks/{task_id}/files/{file_parent_id}/children | Lists files under a specific folder. |
FilesApi | FilesChildrenByTaskExecution | Get /task_executions/{task_execution_id}/files/{file_parent_id}/children | Lists files under a specific folder. |
FilesApi | FilesChildrenByTaskExecutionByTask | Get /tasks/{task_id}/task_executions/{task_execution_id}/files/{file_parent_id}/children | Lists files under a specific folder. |
FilesApi | IndexFiles | Get /files | Lists files on root. |
FilesApi | IndexFilesByContainer | Get /containers/{container_id}/files | Lists files on root. |
FilesApi | IndexFilesByPool | Get /pools/{pool_id}/files | Lists files on root. |
FilesApi | IndexFilesByTask | Get /tasks/{task_id}/files | Lists files on root. |
FilesApi | IndexFilesByTaskExecution | Get /task_executions/{task_execution_id}/files | Lists files on root. |
FilesApi | IndexFilesByTaskExecutionByTask | Get /tasks/{task_id}/task_executions/{task_execution_id}/files | Lists files on root. |
FilesApi | ShowFile | Get /files/{file_id} | Displays a specific file. |
FilesApi | ShowFileByContainer | Get /containers/{container_id}/files/{file_id} | Displays a specific file. |
FilesApi | ShowFileByPool | Get /pools/{pool_id}/files/{file_id} | Displays a specific file. |
FilesApi | ShowFileByTask | Get /tasks/{task_id}/files/{file_id} | Displays a specific file. |
FilesApi | ShowFileByTaskExecution | Get /task_executions/{task_execution_id}/files/{file_id} | Displays a specific file. |
FilesApi | ShowFileByTaskExecutionByTask | Get /tasks/{task_id}/task_executions/{task_execution_id}/files/{file_id} | Displays a specific file. |
MountsApi | IndexMounts | Get /mounts | List all mounted storages. |
NasApi | CreateNas | Post /nas | Creates a new NAS. |
NasApi | DestroyNas | Delete /nas/{nas_id} | Destroys a specific NAS. |
NasApi | IndexNas | Get /nas | Lists all NAS. |
NasApi | ShowNas | Get /nas/{nas_id} | Displays a specific NAS. |
NasApi | UpdateNas | Put /nas/{nas_id} | Updates a specific NAS. |
NasSharesApi | CreateNasShareByNas | Post /nas/{nas_id}/nas_shares | Creates a new NAS share. |
NasSharesApi | DestroyNasShare | Delete /nas_shares/{nas_share_id} | Destroys a specific NAS share. |
NasSharesApi | DestroyNasShareByNas | Delete /nas/{nas_id}/nas_shares/{nas_share_id} | Destroys a specific NAS share. |
NasSharesApi | DestroyNasShareByPool | Delete /pools/{pool_id}/nas_shares/{nas_share_id} | Destroys a specific NAS share. |
NasSharesApi | IndexNasShares | Get /nas_shares | Lists all NAS shares. |
NasSharesApi | IndexNasSharesByNas | Get /nas/{nas_id}/nas_shares | Lists all NAS shares. |
NasSharesApi | IndexNasSharesByPool | Get /pools/{pool_id}/nas_shares | Lists all NAS shares from pool. |
NasSharesApi | MountStatusNasShare | Get /nas_shares/{nas_share_id}/mount | Get mount status of NAS Share. |
NasSharesApi | MountStatusNasShareByNas | Get /nas/{nas_id}/nas_shares/{nas_share_id}/mount | Get mount status of NAS Share. |
NasSharesApi | MountStatusNasShareByPool | Get /pools/{pool_id}/nas_shares/{nas_share_id}/mount | Get mount status of NAS Share. |
NasSharesApi | ShowNasShareByNas | Get /nas/{nas_id}/nas_shares/{nas_share_id} | Displays a specific NAS share. |
NasSharesApi | ShowNasShares | Get /nas_shares/{nas_share_id} | Displays a specific NAS share. |
NasSharesApi | ShowNasSharesByPool | Get /pools/{pool_id}/nas_shares/{nas_share_id} | Displays a specific NAS share. |
NasSharesApi | TestNasShare | Put /nas/{nas_id}/nas_shares/-/test | Test an unsaved NAS Share. |
NasSharesApi | TestResultNasShare | Get /nas/{nas_id}/nas_shares/-/test | Check result of a NAS Share test job. |
NasSharesApi | UpdateNasShare | Put /nas_shares/{nas_share_id} | Updates a specific NAS share. |
NasSharesApi | UpdateNasShareByNas | Put /nas/{nas_id}/nas_shares/{nas_share_id} | Updates a specific NAS share. |
NasSharesApi | UpdateNasShareByPool | Put /pools/{pool_id}/nas_shares/{nas_share_id} | Updates a specific NAS share. |
PoolsApi | CreatePool | Post /pools | Creates a new pool. |
PoolsApi | DestroyPool | Delete /pools/{pool_id} | Destroys a specific tape pool. |
PoolsApi | IndexPools | Get /pools | Lists all pools. |
PoolsApi | ShowPool | Get /pools/{pool_id} | Displays a specific pool. |
PoolsApi | UpdatePool | Put /pools/{pool_id} | Updates a specific pool. |
TapeDrivesApi | CreateTapeDriveByTapeLibrary | Post /tape_libraries/{tape_library_id}/tape_drives | Creates a new tape drive. |
TapeDrivesApi | DestroyTapeDrive | Delete /tape_drives/{tape_drive_id} | Destroys a specific tape drive. |
TapeDrivesApi | DestroyTapeDriveByTapeLibrary | Delete /tape_libraries/{tape_library_id}/tape_drives/{tape_drive_id} | Destroys a specific tape drive. |
TapeDrivesApi | IndexTapeDriveDevices | Get /tape_libraries/{tape_library_id}/tape_drives/-/devices | Lists tape drives devices. |
TapeDrivesApi | IndexTapeDrives | Get /tape_drives | Lists all tape drives. |
TapeDrivesApi | IndexTapeDrivesByTapeLibrary | Get /tape_libraries/{tape_library_id}/tape_drives | Lists all tape drives. |
TapeDrivesApi | ShowTapeDrive | Get /tape_drives/{tape_drive_id} | Displays a specific tape drive. |
TapeDrivesApi | ShowTapeDriveByTapeLibrary | Get /tape_libraries/{tape_library_id}/tape_drives/{tape_drive_id} | Displays a specific tape drive. |
TapeDrivesApi | UpdateTapeDrive | Put /tape_drives/{tape_drive_id} | Updates a specific tape drive. |
TapeDrivesApi | UpdateTapeDriveByTapeLibrary | Put /tape_libraries/{tape_library_id}/tape_drives/{tape_drive_id} | Updates a specific tape drive. |
TapeLibrariesApi | CreateTapeLibrary | Post /tape_libraries | Creates a new tape library. |
TapeLibrariesApi | DestroyTapeLibrary | Delete /tape_libraries/{tape_library_id} | Destroys a specific tape library. |
TapeLibrariesApi | IndexTapeLibraries | Get /tape_libraries | Lists all tape libraries. |
TapeLibrariesApi | IndexTapeLibraryDevices | Get /tape_libraries/-/devices | Lists tape libraries devices. |
TapeLibrariesApi | ShowTapeLibrary | Get /tape_libraries/{tape_library_id} | Displays a specific tape library. |
TapeLibrariesApi | UpdateTapeLibrary | Put /tape_libraries/{tape_library_id} | Updates a specific tape library. |
TapesApi | IndexTapes | Get /tapes | Lists all tapes. |
TapesApi | IndexTapesByPool | Get /pools/{pool_id}/tapes | Lists all tapes. |
TapesApi | IndexTapesByTapeLibrary | Get /tape_libraries/{tape_library_id}/tapes | Lists all tapes. |
TapesApi | MountStatusTape | Get /tapes/{tape_id}/mount | Get mount status of Tape. |
TapesApi | MountStatusTapeByPool | Get /pools/{pool_id}/tapes/{tape_id}/mount | Get mount status of Tape. |
TapesApi | MountStatusTapeByTapeLibrary | Get /tape_libraries/{tape_library_id}/tapes/{tape_id}/mount | Get mount status of Tape. |
TapesApi | ShowTape | Get /tapes/{tape_id} | Displays a specific tape. |
TapesApi | ShowTapeByPool | Get /pools/{pool_id}/tapes/{tape_id} | Displays a specific tape. |
TapesApi | ShowTapeByTapeLibrary | Get /tape_libraries/{tape_library_id}/tapes/{tape_id} | Displays a specific tape. |
TaskCallbacksApi | CreateTaskCallback | Post /tasks/{task_id}/task_callbacks | Creates a new task callback. |
TaskCallbacksApi | DestroyTaskCallback | Delete /tasks/{task_id}/task_callbacks/{task_callback_id} | Destroys a specific task callback. |
TaskCallbacksApi | IndexTaskCallbacks | Get /tasks/{task_id}/task_callbacks | Lists all task callbacks. |
TaskCallbacksApi | ShowTaskCallback | Get /tasks/{task_id}/task_callbacks/{task_callback_id} | Displays a specific task callback. |
TaskCallbacksApi | UpdateTaskCallback | Put /tasks/{task_id}/task_callbacks/{task_callback_id} | Updates a specific task callback. |
TaskDestinationsApi | CreateTaskDestination | Post /tasks/{task_id}/task_destinations | Creates a new task destination. |
TaskDestinationsApi | DestroyTaskDestination | Delete /tasks/{task_id}/task_destinations/{task_destination_id} | Destroys a specific task destination. |
TaskDestinationsApi | IndexTaskDestinations | Get /tasks/{task_id}/task_destinations | Lists all task destinations. |
TaskDestinationsApi | ShowTaskDestination | Get /tasks/{task_id}/task_destinations/{task_destination_id} | Displays a specific task destination. |
TaskDestinationsApi | UpdateTaskDestination | Put /tasks/{task_id}/task_destinations/{task_destination_id} | Updates a specific task destination. |
TaskExecutionsApi | IndexTaskExecutions | Get /task_executions | Lists all task executions. |
TaskExecutionsApi | IndexTaskExecutionsByTask | Get /tasks/{task_id}/task_executions | Lists all task executions. |
TaskExecutionsApi | ShowTaskExecution | Get /task_executions/{task_execution_id} | Displays a specific task execution. |
TaskExecutionsApi | ShowTaskExecutionByTask | Get /tasks/{task_id}/task_executions/{task_execution_id} | Displays a specific task execution. |
TaskMetadataApi | CreateTaskMetadatum | Post /tasks/{task_id}/task_metadata | Creates a new task metadatum. |
TaskMetadataApi | DestroyTaskMetadatum | Delete /tasks/{task_id}/task_metadata/{task_metadatum_id} | Destroys a specific task metadatum. |
TaskMetadataApi | IndexTaskMetadata | Get /tasks/{task_id}/task_metadata | Lists all task metadata. |
TaskMetadataApi | ShowTaskMetadatum | Get /tasks/{task_id}/task_metadata/{task_metadatum_id} | Displays a specific task metadatum. |
TaskMetadataApi | UpdateTaskMetadatum | Put /tasks/{task_id}/task_metadata/{task_metadatum_id} | Updates a specific task metadatum. |
TaskOptionsApi | CreateTaskOption | Post /tasks/{task_id}/task_options | Creates a new task option. |
TaskOptionsApi | DestroyTaskOption | Delete /tasks/{task_id}/task_options/{task_option_id} | Destroys a specific task option. |
TaskOptionsApi | IndexTaskOptions | Get /tasks/{task_id}/task_options | Lists all task options. |
TaskOptionsApi | ShowTaskOption | Get /tasks/{task_id}/task_options/{task_option_id} | Displays a specific task option. |
TaskOptionsApi | UpdateTaskOption | Put /tasks/{task_id}/task_options/{task_option_id} | Updates a specific task option. |
TaskSchedulesApi | CreateTaskSchedule | Post /tasks/{task_id}/task_schedule | Creates a new task schedule. Only one should be created. |
TaskSchedulesApi | DestroyTaskSchedule | Delete /tasks/{task_id}/task_schedule | Destroys the task schedule. |
TaskSchedulesApi | IndexTaskSchedules | Get /task_schedules | Lists all task schedules. |
TaskSchedulesApi | ShowTaskSchedule | Get /tasks/{task_id}/task_schedule | Displays the task schedule. |
TaskSchedulesApi | UpdateTaskSchedule | Put /tasks/{task_id}/task_schedule | Updates the existing task schedule. |
TaskSourcesApi | CreateTaskSource | Post /tasks/{task_id}/task_sources | Creates a new task source. |
TaskSourcesApi | DestroyTaskSource | Delete /tasks/{task_id}/task_sources/{task_source_id} | Destroys a specific task source. |
TaskSourcesApi | IndexTaskSources | Get /tasks/{task_id}/task_sources | Lists all task sources. |
TaskSourcesApi | ShowTaskSource | Get /tasks/{task_id}/task_sources/{task_source_id} | Displays a specific task source. |
TaskSourcesApi | UpdateTaskSource | Put /tasks/{task_id}/task_sources/{task_source_id} | Updates a specific task source. |
TasksApi | CreateTask | Post /tasks | Creates a new task. |
TasksApi | DestroyTask | Delete /tasks/{task_id} | Destroys a specific task. |
TasksApi | IndexTasks | Get /tasks | Lists all tasks. |
TasksApi | ShowTask | Get /tasks/{task_id} | Displays a specific task. |
TasksApi | UpdateTask | Put /tasks/{task_id} | Updates a specific task. |
UsersApi | CreateApiKey | Post /users/me/api_keys | Creates a new API Key for current user. |
UsersApi | DestroyApiKey | Delete /users/me/api_keys/{api_key_id} | Destroys a specific API Key. |
UsersApi | IndexApiKeys | Get /users/me/api_keys | Lists all API keys of current user. |
UsersApi | ShowApiKey | Get /users/me/api_keys/{api_key_id} | Displays a specific API Key with its scopes. |
UsersApi | UpdateApiKey | Put /users/me/api_keys/{api_key_id} | Updates a specific API Key. |
Documentation For Models
- ActiveJobStatus
- ApiKey
- ApiKeyCollection
- ApiKeyFull
- ApiKeyScope
- AttributeError
- Blank
- CloudBucket
- CloudBucketCollection
- CloudBucketSimpleCollection
- CloudConnector
- CloudConnectorCollection
- Container
- ContainerCollection
- ContainerPrivilege
- ContainerPrivilegeCollection
- Frozen
- GreaterThan
- GreaterThanOrEqualTo
- ImportFile
- Invalid
- LessThan
- LessThanOrEqualTo
- ModelError
- MountCollection
- MountInfo
- MountNotification
- MountStatus
- Nas
- NasCollection
- NasShare
- NasShareCollection
- NodeumFile
- NodeumFileCollection
- NodeumFileWithPath
- OccurrenceLessThan
- OccurrenceLessThanOrEqualTo
- Pool
- PoolCollection
- PoolUp
- QuotaOnCache
- Taken
- Tape
- TapeCollection
- TapeDrive
- TapeDriveCollection
- TapeDriveDevice
- TapeDriveDeviceCollection
- TapeLibrary
- TapeLibraryCollection
- TapeLibraryDevice
- TapeLibraryDeviceCollection
- Task
- TaskCallback
- TaskCallbackCollection
- TaskCollection
- TaskDestinationCollection
- TaskDestinationDown
- TaskDestinationUp
- TaskExecution
- TaskExecutionCollection
- TaskMetadatum
- TaskMetadatumCollection
- TaskOption
- TaskOptionCollection
- TaskSchedule
- TaskScheduleCollection
- TaskSourceCollection
- TaskSourceDown
- TaskSourceUp
- TooLong
- TooShort
Documentation For Authorization
BasicAuth
- Type: HTTP basic authentication
Example
auth := context.WithValue(context.Background(), sw.ContextBasicAuth, sw.BasicAuth{
UserName: "username",
Password: "password",
})
r, err := client.Service.Operation(auth, args)
BearerAuth
- Type: API key
Example
auth := context.WithValue(context.Background(), sw.ContextAPIKey, sw.APIKey{
Key: "APIKEY",
Prefix: "Bearer", // Omit if not necessary.
})
r, err := client.Service.Operation(auth, args)
Author
# Functions
CacheExpires helper function to determine remaining time before repeating a request.
NewAPIClient creates a new API client.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKey takes an APIKey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextOAuth2 takes a oauth2.TokenSource as authentication for the request.
# Structs
No description provided by the author
APIClient manages communication with the Nodeum API API v2.1.0 In most cases there should be only one, shared, APIClient.
No description provided by the author
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
Attribute can't be blank.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Attribute can't be updated.
GenericSwaggerError Provides access to the body, error and model on returned errors.
Attribute must be greater than %{count}.
Attribute must be greater than or equal to %{count}.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Attribute is invalid.
Attribute must be less than %{count}.
Attribute must be less than or equal to %{count}.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Must have less than %{count} occurrences (currently have %{value}).
Must have at most or less than %{count} occurrences (currently have %{value}).
No description provided by the author
No description provided by the author
No description provided by the author
Quota on cache can't be above 100% (total).
No description provided by the author
Attribute has already been taken.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Attribute is too long (maximum is %{count} characters).
Attribute is too short (minimum is %{count} characters).
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author