Skip to content

Commit

Permalink
chore: generate mock files
Browse files Browse the repository at this point in the history
  • Loading branch information
hankadev committed Jan 13, 2023
1 parent ca9089e commit 0fe5430
Show file tree
Hide file tree
Showing 3 changed files with 372 additions and 1,695 deletions.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

// nolint:lll
//go:generate mockgen -copyright_file ./doc/LICENSE -package identity -source ./gen/indykite/identity/v1beta1/identity_management_api_grpc.pb.go -destination ./test/identity/v1beta1/identity_management_api_mock.go
//go:generate mockgen -copyright_file ./doc/LICENSE -package identity -source ./gen/indykite/identity/v1beta2/identity_management_api_grpc.pb.go -destination ./test/identity/v1beta2/identity_management_api_mock.go
//go:generate mockgen -copyright_file ./doc/LICENSE -package config -destination ./test/config/v1beta1/config_management_api_mock.go github.com/indykite/jarvis-sdk-go/gen/indykite/config/v1beta1 ConfigManagementAPIClient,ConfigManagementAPI_ListApplicationSpacesClient,ConfigManagementAPI_ListApplicationsClient,ConfigManagementAPI_ListTenantsClient,ConfigManagementAPI_ListApplicationAgentsClient
//go:generate mockgen -copyright_file ./doc/LICENSE -package ingest -destination ./test/ingest/v1beta1/ingest_api_mock.go github.com/indykite/jarvis-sdk-go/gen/indykite/ingest/v1beta1 IngestAPIClient,IngestAPI_StreamRecordsClient
//go:generate mockgen -copyright_file ./doc/LICENSE -package authorization -destination ./test/authorization/v1beta1/authorization_api_mock.go github.com/indykite/jarvis-sdk-go/gen/indykite/authorization/v1beta1 AuthorizationAPIClient
Expand Down
Loading

0 comments on commit 0fe5430

Please sign in to comment.