bouncer/internal/store/layer.go

12 lines
113 B
Go
Raw Normal View History

2023-04-24 20:52:12 +02:00
package store
type (
LayerName Name
LayerType string
)
type Layer struct {
Name LayerName
Type LayerType
}