From 4f951c03303c47726302d72064d8f13a43ed0346 Mon Sep 17 00:00:00 2001 From: Lavysh Alexander Date: Sun, 15 Oct 2023 00:04:19 +0300 Subject: [PATCH 1/2] added ibc events --- internal/storage/mock/address.go | 3 --- internal/storage/mock/balance.go | 3 --- internal/storage/mock/block.go | 3 --- internal/storage/mock/block_stats.go | 3 --- internal/storage/mock/constant.go | 3 --- internal/storage/mock/denom_metadata.go | 3 --- internal/storage/mock/event.go | 3 --- internal/storage/mock/generic.go | 3 --- internal/storage/mock/message.go | 3 --- internal/storage/mock/namespace.go | 3 --- internal/storage/mock/state.go | 3 --- internal/storage/mock/stats.go | 3 --- internal/storage/mock/tx.go | 3 --- internal/storage/mock/validator.go | 3 --- internal/storage/types/event_type.go | 5 ++++- internal/storage/types/event_type_enum.go | 11 ++++++++--- internal/storage/types/module_enum.go | 3 --- internal/storage/types/msg_address_type_enum.go | 3 --- internal/storage/types/msg_type_enum.go | 3 --- internal/storage/types/status_enum.go | 3 --- pkg/node/mock/api.go | 3 --- 21 files changed, 12 insertions(+), 61 deletions(-) diff --git a/internal/storage/mock/address.go b/internal/storage/mock/address.go index 3b76d57a..3c5487fb 100644 --- a/internal/storage/mock/address.go +++ b/internal/storage/mock/address.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by MockGen. DO NOT EDIT. // Source: address.go // diff --git a/internal/storage/mock/balance.go b/internal/storage/mock/balance.go index f49eb4ff..b1861f9e 100644 --- a/internal/storage/mock/balance.go +++ b/internal/storage/mock/balance.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by MockGen. DO NOT EDIT. // Source: balance.go // diff --git a/internal/storage/mock/block.go b/internal/storage/mock/block.go index b977a1d5..b6ef3394 100644 --- a/internal/storage/mock/block.go +++ b/internal/storage/mock/block.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by MockGen. DO NOT EDIT. // Source: block.go // diff --git a/internal/storage/mock/block_stats.go b/internal/storage/mock/block_stats.go index 92691623..60397d76 100644 --- a/internal/storage/mock/block_stats.go +++ b/internal/storage/mock/block_stats.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by MockGen. DO NOT EDIT. // Source: block_stats.go // diff --git a/internal/storage/mock/constant.go b/internal/storage/mock/constant.go index a2f9005a..37320a95 100644 --- a/internal/storage/mock/constant.go +++ b/internal/storage/mock/constant.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by MockGen. DO NOT EDIT. // Source: constant.go // diff --git a/internal/storage/mock/denom_metadata.go b/internal/storage/mock/denom_metadata.go index 647b7b63..df652cf6 100644 --- a/internal/storage/mock/denom_metadata.go +++ b/internal/storage/mock/denom_metadata.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by MockGen. DO NOT EDIT. // Source: denom_metadata.go // diff --git a/internal/storage/mock/event.go b/internal/storage/mock/event.go index 6b320284..420634d9 100644 --- a/internal/storage/mock/event.go +++ b/internal/storage/mock/event.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by MockGen. DO NOT EDIT. // Source: event.go // diff --git a/internal/storage/mock/generic.go b/internal/storage/mock/generic.go index a112aab4..34bde012 100644 --- a/internal/storage/mock/generic.go +++ b/internal/storage/mock/generic.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by MockGen. DO NOT EDIT. // Source: generic.go // diff --git a/internal/storage/mock/message.go b/internal/storage/mock/message.go index 5ee028bd..719d6030 100644 --- a/internal/storage/mock/message.go +++ b/internal/storage/mock/message.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by MockGen. DO NOT EDIT. // Source: message.go // diff --git a/internal/storage/mock/namespace.go b/internal/storage/mock/namespace.go index 8327ce71..f56b7156 100644 --- a/internal/storage/mock/namespace.go +++ b/internal/storage/mock/namespace.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by MockGen. DO NOT EDIT. // Source: namespace.go // diff --git a/internal/storage/mock/state.go b/internal/storage/mock/state.go index 44dd7a89..db14ee1d 100644 --- a/internal/storage/mock/state.go +++ b/internal/storage/mock/state.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by MockGen. DO NOT EDIT. // Source: state.go // diff --git a/internal/storage/mock/stats.go b/internal/storage/mock/stats.go index e7d9221b..e17e69fe 100644 --- a/internal/storage/mock/stats.go +++ b/internal/storage/mock/stats.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by MockGen. DO NOT EDIT. // Source: stats.go // diff --git a/internal/storage/mock/tx.go b/internal/storage/mock/tx.go index 381ec1dd..43f0721e 100644 --- a/internal/storage/mock/tx.go +++ b/internal/storage/mock/tx.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by MockGen. DO NOT EDIT. // Source: tx.go // diff --git a/internal/storage/mock/validator.go b/internal/storage/mock/validator.go index fa4949c0..379cc026 100644 --- a/internal/storage/mock/validator.go +++ b/internal/storage/mock/validator.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by MockGen. DO NOT EDIT. // Source: validator.go // diff --git a/internal/storage/types/event_type.go b/internal/storage/types/event_type.go index 1014a6fa..2dc9049d 100644 --- a/internal/storage/types/event_type.go +++ b/internal/storage/types/event_type.go @@ -42,7 +42,10 @@ package types proposal_deposit, submit_proposal, - cosmos.authz.v1beta1.EventGrant + cosmos.authz.v1beta1.EventGrant, + + send_packet, + ibc_transfer ) */ //go:generate go-enum --marshal --sql --values diff --git a/internal/storage/types/event_type_enum.go b/internal/storage/types/event_type_enum.go index 084f28a2..d5ce3b67 100644 --- a/internal/storage/types/event_type_enum.go +++ b/internal/storage/types/event_type_enum.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by go-enum DO NOT EDIT. // Version: 0.5.7 // Revision: bf63e108589bbd2327b13ec2c5da532aad234029 @@ -80,6 +77,10 @@ const ( EventTypeSubmitProposal EventType = "submit_proposal" // EventTypeCosmosauthzv1beta1EventGrant is a EventType of type cosmos.authz.v1beta1.EventGrant. EventTypeCosmosauthzv1beta1EventGrant EventType = "cosmos.authz.v1beta1.EventGrant" + // EventTypeSendPacket is a EventType of type send_packet. + EventTypeSendPacket EventType = "send_packet" + // EventTypeIbcTransfer is a EventType of type ibc_transfer. + EventTypeIbcTransfer EventType = "ibc_transfer" ) var ErrInvalidEventType = errors.New("not a valid EventType") @@ -119,6 +120,8 @@ func EventTypeValues() []EventType { EventTypeProposalDeposit, EventTypeSubmitProposal, EventTypeCosmosauthzv1beta1EventGrant, + EventTypeSendPacket, + EventTypeIbcTransfer, } } @@ -167,6 +170,8 @@ var _EventTypeValue = map[string]EventType{ "proposal_deposit": EventTypeProposalDeposit, "submit_proposal": EventTypeSubmitProposal, "cosmos.authz.v1beta1.EventGrant": EventTypeCosmosauthzv1beta1EventGrant, + "send_packet": EventTypeSendPacket, + "ibc_transfer": EventTypeIbcTransfer, } // ParseEventType attempts to convert a string to a EventType. diff --git a/internal/storage/types/module_enum.go b/internal/storage/types/module_enum.go index 99453b75..0b1b638a 100644 --- a/internal/storage/types/module_enum.go +++ b/internal/storage/types/module_enum.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by go-enum DO NOT EDIT. // Version: 0.5.7 // Revision: bf63e108589bbd2327b13ec2c5da532aad234029 diff --git a/internal/storage/types/msg_address_type_enum.go b/internal/storage/types/msg_address_type_enum.go index a2175644..13491003 100644 --- a/internal/storage/types/msg_address_type_enum.go +++ b/internal/storage/types/msg_address_type_enum.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by go-enum DO NOT EDIT. // Version: 0.5.7 // Revision: bf63e108589bbd2327b13ec2c5da532aad234029 diff --git a/internal/storage/types/msg_type_enum.go b/internal/storage/types/msg_type_enum.go index f75a7d34..ee965f71 100644 --- a/internal/storage/types/msg_type_enum.go +++ b/internal/storage/types/msg_type_enum.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by go-enum DO NOT EDIT. // Version: 0.5.7 // Revision: bf63e108589bbd2327b13ec2c5da532aad234029 diff --git a/internal/storage/types/status_enum.go b/internal/storage/types/status_enum.go index aa05fba7..5bf0646f 100644 --- a/internal/storage/types/status_enum.go +++ b/internal/storage/types/status_enum.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by go-enum DO NOT EDIT. // Version: 0.5.7 // Revision: bf63e108589bbd2327b13ec2c5da532aad234029 diff --git a/pkg/node/mock/api.go b/pkg/node/mock/api.go index 491daa2b..7dc44b1d 100644 --- a/pkg/node/mock/api.go +++ b/pkg/node/mock/api.go @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2023 PK Lab AG -// SPDX-License-Identifier: MIT - // Code generated by MockGen. DO NOT EDIT. // Source: api.go // From 8aba6151a96fcd67c38f78da66a8978e2c23b54f Mon Sep 17 00:00:00 2001 From: Lavysh Alexander Date: Sun, 15 Oct 2023 00:04:42 +0300 Subject: [PATCH 2/2] updated docs and license header --- cmd/api/docs/docs.go | 8 ++++++-- cmd/api/docs/swagger.json | 8 ++++++-- cmd/api/docs/swagger.yaml | 4 ++++ internal/storage/mock/address.go | 3 +++ internal/storage/mock/balance.go | 3 +++ internal/storage/mock/block.go | 3 +++ internal/storage/mock/block_stats.go | 3 +++ internal/storage/mock/constant.go | 3 +++ internal/storage/mock/denom_metadata.go | 3 +++ internal/storage/mock/event.go | 3 +++ internal/storage/mock/generic.go | 3 +++ internal/storage/mock/message.go | 3 +++ internal/storage/mock/namespace.go | 3 +++ internal/storage/mock/state.go | 3 +++ internal/storage/mock/stats.go | 3 +++ internal/storage/mock/tx.go | 3 +++ internal/storage/mock/validator.go | 3 +++ internal/storage/types/event_type_enum.go | 3 +++ internal/storage/types/module_enum.go | 3 +++ internal/storage/types/msg_address_type_enum.go | 3 +++ internal/storage/types/msg_type_enum.go | 3 +++ internal/storage/types/status_enum.go | 3 +++ pkg/node/mock/api.go | 3 +++ 23 files changed, 76 insertions(+), 4 deletions(-) diff --git a/cmd/api/docs/docs.go b/cmd/api/docs/docs.go index 34e50b4a..226b7492 100644 --- a/cmd/api/docs/docs.go +++ b/cmd/api/docs/docs.go @@ -2408,7 +2408,9 @@ const docTemplate = `{ "proposal_vote", "proposal_deposit", "submit_proposal", - "cosmos.authz.v1beta1.EventGrant" + "cosmos.authz.v1beta1.EventGrant", + "send_packet", + "ibc_transfer" ], "x-enum-varnames": [ "EventTypeUnknown", @@ -2442,7 +2444,9 @@ const docTemplate = `{ "EventTypeProposalVote", "EventTypeProposalDeposit", "EventTypeSubmitProposal", - "EventTypeCosmosauthzv1beta1EventGrant" + "EventTypeCosmosauthzv1beta1EventGrant", + "EventTypeSendPacket", + "EventTypeIbcTransfer" ] }, "types.MsgType": { diff --git a/cmd/api/docs/swagger.json b/cmd/api/docs/swagger.json index 45b446c0..6d4652d9 100644 --- a/cmd/api/docs/swagger.json +++ b/cmd/api/docs/swagger.json @@ -2399,7 +2399,9 @@ "proposal_vote", "proposal_deposit", "submit_proposal", - "cosmos.authz.v1beta1.EventGrant" + "cosmos.authz.v1beta1.EventGrant", + "send_packet", + "ibc_transfer" ], "x-enum-varnames": [ "EventTypeUnknown", @@ -2433,7 +2435,9 @@ "EventTypeProposalVote", "EventTypeProposalDeposit", "EventTypeSubmitProposal", - "EventTypeCosmosauthzv1beta1EventGrant" + "EventTypeCosmosauthzv1beta1EventGrant", + "EventTypeSendPacket", + "EventTypeIbcTransfer" ] }, "types.MsgType": { diff --git a/cmd/api/docs/swagger.yaml b/cmd/api/docs/swagger.yaml index 4317f71b..4a43f04b 100644 --- a/cmd/api/docs/swagger.yaml +++ b/cmd/api/docs/swagger.yaml @@ -530,6 +530,8 @@ definitions: - proposal_deposit - submit_proposal - cosmos.authz.v1beta1.EventGrant + - send_packet + - ibc_transfer type: string x-enum-varnames: - EventTypeUnknown @@ -564,6 +566,8 @@ definitions: - EventTypeProposalDeposit - EventTypeSubmitProposal - EventTypeCosmosauthzv1beta1EventGrant + - EventTypeSendPacket + - EventTypeIbcTransfer types.MsgType: enum: - MsgUnknown diff --git a/internal/storage/mock/address.go b/internal/storage/mock/address.go index 3c5487fb..3b76d57a 100644 --- a/internal/storage/mock/address.go +++ b/internal/storage/mock/address.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by MockGen. DO NOT EDIT. // Source: address.go // diff --git a/internal/storage/mock/balance.go b/internal/storage/mock/balance.go index b1861f9e..f49eb4ff 100644 --- a/internal/storage/mock/balance.go +++ b/internal/storage/mock/balance.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by MockGen. DO NOT EDIT. // Source: balance.go // diff --git a/internal/storage/mock/block.go b/internal/storage/mock/block.go index b6ef3394..b977a1d5 100644 --- a/internal/storage/mock/block.go +++ b/internal/storage/mock/block.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by MockGen. DO NOT EDIT. // Source: block.go // diff --git a/internal/storage/mock/block_stats.go b/internal/storage/mock/block_stats.go index 60397d76..92691623 100644 --- a/internal/storage/mock/block_stats.go +++ b/internal/storage/mock/block_stats.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by MockGen. DO NOT EDIT. // Source: block_stats.go // diff --git a/internal/storage/mock/constant.go b/internal/storage/mock/constant.go index 37320a95..a2f9005a 100644 --- a/internal/storage/mock/constant.go +++ b/internal/storage/mock/constant.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by MockGen. DO NOT EDIT. // Source: constant.go // diff --git a/internal/storage/mock/denom_metadata.go b/internal/storage/mock/denom_metadata.go index df652cf6..647b7b63 100644 --- a/internal/storage/mock/denom_metadata.go +++ b/internal/storage/mock/denom_metadata.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by MockGen. DO NOT EDIT. // Source: denom_metadata.go // diff --git a/internal/storage/mock/event.go b/internal/storage/mock/event.go index 420634d9..6b320284 100644 --- a/internal/storage/mock/event.go +++ b/internal/storage/mock/event.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by MockGen. DO NOT EDIT. // Source: event.go // diff --git a/internal/storage/mock/generic.go b/internal/storage/mock/generic.go index 34bde012..a112aab4 100644 --- a/internal/storage/mock/generic.go +++ b/internal/storage/mock/generic.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by MockGen. DO NOT EDIT. // Source: generic.go // diff --git a/internal/storage/mock/message.go b/internal/storage/mock/message.go index 719d6030..5ee028bd 100644 --- a/internal/storage/mock/message.go +++ b/internal/storage/mock/message.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by MockGen. DO NOT EDIT. // Source: message.go // diff --git a/internal/storage/mock/namespace.go b/internal/storage/mock/namespace.go index f56b7156..8327ce71 100644 --- a/internal/storage/mock/namespace.go +++ b/internal/storage/mock/namespace.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by MockGen. DO NOT EDIT. // Source: namespace.go // diff --git a/internal/storage/mock/state.go b/internal/storage/mock/state.go index db14ee1d..44dd7a89 100644 --- a/internal/storage/mock/state.go +++ b/internal/storage/mock/state.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by MockGen. DO NOT EDIT. // Source: state.go // diff --git a/internal/storage/mock/stats.go b/internal/storage/mock/stats.go index e17e69fe..e7d9221b 100644 --- a/internal/storage/mock/stats.go +++ b/internal/storage/mock/stats.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by MockGen. DO NOT EDIT. // Source: stats.go // diff --git a/internal/storage/mock/tx.go b/internal/storage/mock/tx.go index 43f0721e..381ec1dd 100644 --- a/internal/storage/mock/tx.go +++ b/internal/storage/mock/tx.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by MockGen. DO NOT EDIT. // Source: tx.go // diff --git a/internal/storage/mock/validator.go b/internal/storage/mock/validator.go index 379cc026..fa4949c0 100644 --- a/internal/storage/mock/validator.go +++ b/internal/storage/mock/validator.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by MockGen. DO NOT EDIT. // Source: validator.go // diff --git a/internal/storage/types/event_type_enum.go b/internal/storage/types/event_type_enum.go index d5ce3b67..07a1f9ac 100644 --- a/internal/storage/types/event_type_enum.go +++ b/internal/storage/types/event_type_enum.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by go-enum DO NOT EDIT. // Version: 0.5.7 // Revision: bf63e108589bbd2327b13ec2c5da532aad234029 diff --git a/internal/storage/types/module_enum.go b/internal/storage/types/module_enum.go index 0b1b638a..99453b75 100644 --- a/internal/storage/types/module_enum.go +++ b/internal/storage/types/module_enum.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by go-enum DO NOT EDIT. // Version: 0.5.7 // Revision: bf63e108589bbd2327b13ec2c5da532aad234029 diff --git a/internal/storage/types/msg_address_type_enum.go b/internal/storage/types/msg_address_type_enum.go index 13491003..a2175644 100644 --- a/internal/storage/types/msg_address_type_enum.go +++ b/internal/storage/types/msg_address_type_enum.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by go-enum DO NOT EDIT. // Version: 0.5.7 // Revision: bf63e108589bbd2327b13ec2c5da532aad234029 diff --git a/internal/storage/types/msg_type_enum.go b/internal/storage/types/msg_type_enum.go index ee965f71..f75a7d34 100644 --- a/internal/storage/types/msg_type_enum.go +++ b/internal/storage/types/msg_type_enum.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by go-enum DO NOT EDIT. // Version: 0.5.7 // Revision: bf63e108589bbd2327b13ec2c5da532aad234029 diff --git a/internal/storage/types/status_enum.go b/internal/storage/types/status_enum.go index 5bf0646f..aa05fba7 100644 --- a/internal/storage/types/status_enum.go +++ b/internal/storage/types/status_enum.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by go-enum DO NOT EDIT. // Version: 0.5.7 // Revision: bf63e108589bbd2327b13ec2c5da532aad234029 diff --git a/pkg/node/mock/api.go b/pkg/node/mock/api.go index 7dc44b1d..491daa2b 100644 --- a/pkg/node/mock/api.go +++ b/pkg/node/mock/api.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 PK Lab AG +// SPDX-License-Identifier: MIT + // Code generated by MockGen. DO NOT EDIT. // Source: api.go //