Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lexgen: incorporate new tools.ozone namespace; bunch of old lexicons deprecated #617

Merged
merged 11 commits into from
Mar 12, 2024
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ check: ## Compile everything, checking syntax (does not output binaries)
lexgen: ## Run codegen tool for lexicons (lexicon JSON to Go packages)
go run ./cmd/lexgen/ --package bsky --prefix app.bsky --outdir api/bsky $(LEXDIR)
go run ./cmd/lexgen/ --package atproto --prefix com.atproto --outdir api/atproto $(LEXDIR)
go run ./cmd/lexgen/ --package ozone --prefix tools.ozone --outdir api/ozone $(LEXDIR)

.PHONY: cborgen
cborgen: ## Run codegen tool for CBOR serialization
Expand Down
33 changes: 0 additions & 33 deletions api/atproto/admincreateCommunicationTemplate.go

This file was deleted.

782 changes: 0 additions & 782 deletions api/atproto/admindefs.go

Large diffs are not rendered by default.

25 changes: 0 additions & 25 deletions api/atproto/admindeleteCommunicationTemplate.go

This file was deleted.

174 changes: 0 additions & 174 deletions api/atproto/adminemitModerationEvent.go

This file was deleted.

25 changes: 0 additions & 25 deletions api/atproto/admingetModerationEvent.go

This file was deleted.

26 changes: 0 additions & 26 deletions api/atproto/admingetRecord.go

This file was deleted.

25 changes: 0 additions & 25 deletions api/atproto/admingetRepo.go

This file was deleted.

26 changes: 0 additions & 26 deletions api/atproto/adminlistCommunicationTemplates.go

This file was deleted.

36 changes: 0 additions & 36 deletions api/atproto/adminsearchRepos.go

This file was deleted.

Loading
Loading