mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-30 07:06:38 +08:00
8 lines
86 B
Go
8 lines
86 B
Go
package base
|
|
|
|
import "one-api/types"
|
|
|
|
type BaseHandler struct {
|
|
Usage *types.Usage
|
|
}
|