mirror of
https://github.com/fumiama/deepinfra.git
synced 2026-06-15 16:10:23 +08:00
feat(model): add Cloner to Protocol
This commit is contained in:
@@ -22,7 +22,7 @@ type Requester interface {
|
||||
}
|
||||
|
||||
type Cloner interface {
|
||||
Clone() Cloner
|
||||
Clone() Protocol
|
||||
}
|
||||
|
||||
type MessageBuilder[T any] interface {
|
||||
|
||||
Reference in New Issue
Block a user