@@ -7,20 +7,13 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat
77
88- API version: 1.0
99- Package version: 1.0.0
10- - Generator version: 7.21 .0-SNAPSHOT
10+ - Generator version: 7.22 .0-SNAPSHOT
1111- Build package: org.openapitools.codegen.languages.GoClientCodegen
1212For more information, please visit [ https://discord.gg/3k83Przqk8 ] ( https://discord.gg/3k83Przqk8 )
1313
1414## Installation
1515
16- Install the following dependencies:
17-
18- ``` sh
19- go get github.com/stretchr/testify/assert
20- go get golang.org/x/net/context
21- ```
22-
23- Put the package under your project folder and add the following in import:
16+ Import the package in a go file in your project and run ` go mod tidy ` :
2417
2518``` go
2619import celenium " github.com/celenium-io/celenium-api-go"
@@ -206,7 +199,6 @@ Class | Method | HTTP request | Description
206199
207200## Documentation For Models
208201
209- - [ GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus] ( docs/GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus.md )
210202 - [ HandlerError] ( docs/HandlerError.md )
211203 - [ HandlerPostBlobRequest] ( docs/HandlerPostBlobRequest.md )
212204 - [ ResponsesAddress] ( docs/ResponsesAddress.md )
@@ -303,6 +295,7 @@ Class | Method | HTTP request | Description
303295 - [ TypesEventType] ( docs/TypesEventType.md )
304296 - [ TypesMsgAddressType] ( docs/TypesMsgAddressType.md )
305297 - [ TypesMsgType] ( docs/TypesMsgType.md )
298+ - [ TypesStatus] ( docs/TypesStatus.md )
306299
307300
308301## Documentation For Authorization
0 commit comments