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
4 changes: 4 additions & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ packages:
MirrorNamespaceMappingComponent:
NotebookComponent:
LicenseComponent:
AgentComponent:
AgentInstanceAdapter:
opencsg.com/csghub-server/component/reporter:
config:
interfaces:
Expand Down Expand Up @@ -79,6 +81,8 @@ packages:
UserSvcClient:
ModerationSvcClient:
NotificationSvcClient:
AgentHubSvcClient:
CsgbotSvcClient:
opencsg.com/csghub-server/builder/sensitive:
config:
interfaces:
Expand Down
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.PHONY: test lint cover mock_wire mock_gen swag migrate_local
.PHONY: test lint cover mock_wire mock_gen swag migrate_localo

build:
go build -o ./bin/csghub-server ./cmd/csghub-server

test:
go test ./...
Expand Down Expand Up @@ -40,3 +43,6 @@ db_rollback:

error_doc:
@go run cmd/csghub-server/main.go errorx doc-gen

notify_gen:
@go run cmd/csghub-server/main.go notification notify-gen -l Info
328 changes: 328 additions & 0 deletions _mocks/opencsg.com/csghub-server/builder/rpc/mock_AgentHubSvcClient.go

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

Loading
Loading