All URIs are relative to https://api.lucfish.com/configuration/v1
| Method | HTTP request | Description |
|---|---|---|
| BatchDeleteGroups | Post /configGroup/batchDelete | 批量删除组 |
| BatchRetrieveGroups | Post /configGroup/batchRetrieve | 批量查询组 |
| CreateGroup | Post /configGroup | 创建组 |
| CursorGroups | Post /configGroup/cursor | Cursor查询组 |
| DeleteGroup | Delete /configGroup/{id} | 删除组 |
| GetGroup | Get /configGroup/{id} | 查询组 |
| PageGroups | Post /configGroup/page | Page查询组 |
| RetrieveByNameGroup | Post /configGroup/retrieveByName | 查询组 |
| UpdateGroup | Put /configGroup | 更新组 |
DeleteResponse BatchDeleteGroups(ctx, optional)
批量删除组
批量删除组通过组Id
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *BatchDeleteGroupsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a BatchDeleteGroupsOpts struct
| Name | Type | Description | Notes |
|---|---|---|---|
| idsReq | optional.Interface of IdsReq |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
BatchRetrieveConfigGroupsResponse BatchRetrieveGroups(ctx, optional)
批量查询组
批量查询组通过组Id
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *BatchRetrieveGroupsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a BatchRetrieveGroupsOpts struct
| Name | Type | Description | Notes |
|---|---|---|---|
| idsReq | optional.Interface of IdsReq |
BatchRetrieveConfigGroupsResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
CreateConfigGroupResponse CreateGroup(ctx, optional)
创建组
创建组
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *CreateGroupOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a CreateGroupOpts struct
| Name | Type | Description | Notes |
|---|---|---|---|
| createConfigGroupReq | optional.Interface of CreateConfigGroupReq |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
CursorConfigGroupsResponse CursorGroups(ctx, optional)
Cursor查询组
Cursor查询组
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *CursorGroupsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a CursorGroupsOpts struct
| Name | Type | Description | Notes |
|---|---|---|---|
| cursorQuery | optional.Interface of CursorQuery |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
DeleteResponse DeleteGroup(ctx, id)
删除组
删除组
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| id | string | 删除组 |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GetConfigGroupResponse GetGroup(ctx, id)
查询组
查询组通过组ID
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| id | string | 查询组通过组ID |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PageConfigGroupsResponse PageGroups(ctx, optional)
Page查询组
Page查询组
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *PageGroupsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a PageGroupsOpts struct
| Name | Type | Description | Notes |
|---|---|---|---|
| pageQuery | optional.Interface of PageQuery |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
RetrieveConfigGroupByNameResponse RetrieveByNameGroup(ctx, name)
查询组
查询组通过Name
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| name | string | 查询组通过Name |
RetrieveConfigGroupByNameResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
UpdateConfigGroupResponse UpdateGroup(ctx, optional)
更新组
更新组,需要全部的组信息
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *UpdateGroupOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a UpdateGroupOpts struct
| Name | Type | Description | Notes |
|---|---|---|---|
| updateConfigGroupReq | optional.Interface of UpdateConfigGroupReq |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]