docker/types/image.v

7 lines
62 B
Coq
Raw Permalink Normal View History

2022-12-15 11:55:04 +01:00
module types
pub struct Image {
pub:
id string [json: Id]
}