octopush/internal/services/storage/models.go

8 lines
58 B
Go
Raw Normal View History

2022-09-11 14:52:21 +02:00
package storage
type (
Area struct {
Path string
}
)