Files
mayfly-go/server/internal/file/domain/entity/query.go

6 lines
57 B
Go
Raw Normal View History

package entity
type FileQuery struct {
Keys []string
}