Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultAPIVersion is the version of the compatible API the server defaults to DefaultAPIVersion = "1.40" // See https://docs.docker.com/engine/api/v1.40/ // MinimalAPIVersion is the minimal required version of the compatible API MinimalAPIVersion = "1.24" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIContextKey ¶
type APIContextKey int
const ( DecoderKey APIContextKey = iota RuntimeKey IdleTrackerKey ConnKey )
Click to show internal directories.
Click to hide internal directories.