octopush/internal/services/storage/models.go
2022-09-11 14:52:21 +02:00

8 lines
58 B
Go

package storage
type (
Area struct {
Path string
}
)