feat: get handlers return object slices
This commit is contained in:
@ -3,5 +3,5 @@ package interfaces
|
||||
import "io"
|
||||
|
||||
type Formatter interface {
|
||||
Format(object any) (io.Reader, error)
|
||||
Format(object []any) (io.Reader, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user