mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-03-04 20:58:55 +01:00
5 lines
117 B
Go
5 lines
117 B
Go
package le
|
|
|
|
type Indexer interface {
|
|
int | int8 | int16 | int32 | int64 | uint | uint8 | uint16 | uint32 | uint64
|
|
}
|