Files
octopush/internal/services/storage/models.go

8 lines
58 B
Go

package storage
type (
Area struct {
Path string
}
)