Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions data/generated/openapi/openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ components:
type: string
href:
type: string
created_at:
type: string
format: date-time
updated_at:
type: string
format: date-time
List:
type: object
properties:
Expand Down
8 changes: 0 additions & 8 deletions pkg/api/openapi/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,12 +380,6 @@ components:
type: string
href:
type: string
created_at:
format: date-time
type: string
updated_at:
format: date-time
type: string
type: object
List:
properties:
Expand Down Expand Up @@ -418,9 +412,7 @@ components:
example:
reason: reason
code: code
updated_at: 2000-01-23T04:56:07.000+00:00
kind: kind
created_at: 2000-01-23T04:56:07.000+00:00
operation_id: operation_id
id: id
href: href
Expand Down
42 changes: 21 additions & 21 deletions pkg/api/openapi/docs/Dinosaur.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Name | Type | Description | Notes
**Id** | Pointer to **string** | | [optional]
**Kind** | Pointer to **string** | | [optional]
**Href** | Pointer to **string** | | [optional]
**Species** | **string** | |
**CreatedAt** | Pointer to **time.Time** | | [optional]
**UpdatedAt** | Pointer to **time.Time** | | [optional]
**Species** | **string** | |

## Methods

Expand Down Expand Up @@ -105,6 +105,26 @@ SetHref sets Href field to given value.

HasHref returns a boolean if a field has been set.

### GetSpecies

`func (o *Dinosaur) GetSpecies() string`

GetSpecies returns the Species field if non-nil, zero value otherwise.

### GetSpeciesOk

`func (o *Dinosaur) GetSpeciesOk() (*string, bool)`

GetSpeciesOk returns a tuple with the Species field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetSpecies

`func (o *Dinosaur) SetSpecies(v string)`

SetSpecies sets Species field to given value.


### GetCreatedAt

`func (o *Dinosaur) GetCreatedAt() time.Time`
Expand Down Expand Up @@ -155,26 +175,6 @@ SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt returns a boolean if a field has been set.

### GetSpecies

`func (o *Dinosaur) GetSpecies() string`

GetSpecies returns the Species field if non-nil, zero value otherwise.

### GetSpeciesOk

`func (o *Dinosaur) GetSpeciesOk() (*string, bool)`

GetSpeciesOk returns a tuple with the Species field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetSpecies

`func (o *Dinosaur) SetSpecies(v string)`

SetSpecies sets Species field to given value.



[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
52 changes: 0 additions & 52 deletions pkg/api/openapi/docs/Error.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Name | Type | Description | Notes
**Id** | Pointer to **string** | | [optional]
**Kind** | Pointer to **string** | | [optional]
**Href** | Pointer to **string** | | [optional]
**CreatedAt** | Pointer to **time.Time** | | [optional]
**UpdatedAt** | Pointer to **time.Time** | | [optional]
**Code** | Pointer to **string** | | [optional]
**Reason** | Pointer to **string** | | [optional]
**OperationId** | Pointer to **string** | | [optional]
Expand Down Expand Up @@ -107,56 +105,6 @@ SetHref sets Href field to given value.

HasHref returns a boolean if a field has been set.

### GetCreatedAt

`func (o *Error) GetCreatedAt() time.Time`

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

### GetCreatedAtOk

`func (o *Error) GetCreatedAtOk() (*time.Time, bool)`

GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetCreatedAt

`func (o *Error) SetCreatedAt(v time.Time)`

SetCreatedAt sets CreatedAt field to given value.

### HasCreatedAt

`func (o *Error) HasCreatedAt() bool`

HasCreatedAt returns a boolean if a field has been set.

### GetUpdatedAt

`func (o *Error) GetUpdatedAt() time.Time`

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

### GetUpdatedAtOk

`func (o *Error) GetUpdatedAtOk() (*time.Time, bool)`

GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetUpdatedAt

`func (o *Error) SetUpdatedAt(v time.Time)`

SetUpdatedAt sets UpdatedAt field to given value.

### HasUpdatedAt

`func (o *Error) HasUpdatedAt() bool`

HasUpdatedAt returns a boolean if a field has been set.

### GetCode

`func (o *Error) GetCode() string`
Expand Down
52 changes: 0 additions & 52 deletions pkg/api/openapi/docs/ObjectReference.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Name | Type | Description | Notes
**Id** | Pointer to **string** | | [optional]
**Kind** | Pointer to **string** | | [optional]
**Href** | Pointer to **string** | | [optional]
**CreatedAt** | Pointer to **time.Time** | | [optional]
**UpdatedAt** | Pointer to **time.Time** | | [optional]

## Methods

Expand Down Expand Up @@ -104,56 +102,6 @@ SetHref sets Href field to given value.

HasHref returns a boolean if a field has been set.

### GetCreatedAt

`func (o *ObjectReference) GetCreatedAt() time.Time`

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

### GetCreatedAtOk

`func (o *ObjectReference) GetCreatedAtOk() (*time.Time, bool)`

GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetCreatedAt

`func (o *ObjectReference) SetCreatedAt(v time.Time)`

SetCreatedAt sets CreatedAt field to given value.

### HasCreatedAt

`func (o *ObjectReference) HasCreatedAt() bool`

HasCreatedAt returns a boolean if a field has been set.

### GetUpdatedAt

`func (o *ObjectReference) GetUpdatedAt() time.Time`

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

### GetUpdatedAtOk

`func (o *ObjectReference) GetUpdatedAtOk() (*time.Time, bool)`

GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetUpdatedAt

`func (o *ObjectReference) SetUpdatedAt(v time.Time)`

SetUpdatedAt sets UpdatedAt field to given value.

### HasUpdatedAt

`func (o *ObjectReference) HasUpdatedAt() bool`

HasUpdatedAt returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
52 changes: 26 additions & 26 deletions pkg/api/openapi/model_dinosaur.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading