[chore] migrate oauth2 -> codeberg

This commit is contained in:
tobi 2025-03-02 16:13:08 +01:00
commit 14e814956b
65 changed files with 1677 additions and 1221 deletions

View file

@ -0,0 +1,5 @@
package le
type Indexer interface {
int | int8 | int16 | int32 | int64 | uint | uint8 | uint16 | uint32 | uint64
}