feat: get handlers return object slices
This commit is contained in:
@ -19,7 +19,7 @@ type ResourceHandler interface {
|
||||
}
|
||||
|
||||
type GetHandler interface {
|
||||
Get(ctx context.Context, params params.Container) (any, error)
|
||||
Get(ctx context.Context, params params.Container) ([]any, error)
|
||||
}
|
||||
|
||||
type Verb string
|
||||
|
||||
Reference in New Issue
Block a user