comment fix for function ContainerInfoRequest
This commit is contained in:
parent
017b8b2b57
commit
e36fc90b3f
@ -87,7 +87,7 @@ func (self ContainerReferenceSlice) Len() int { return len(self) }
|
|||||||
func (self ContainerReferenceSlice) Swap(i, j int) { self[i], self[j] = self[j], self[i] }
|
func (self ContainerReferenceSlice) Swap(i, j int) { self[i], self[j] = self[j], self[i] }
|
||||||
func (self ContainerReferenceSlice) Less(i, j int) bool { return self[i].Name < self[j].Name }
|
func (self ContainerReferenceSlice) Less(i, j int) bool { return self[i].Name < self[j].Name }
|
||||||
|
|
||||||
// ContainerInfoQuery is used when users check a container info from the REST api.
|
// ContainerInfoRequest is used when users check a container info from the REST API.
|
||||||
// It specifies how much data users want to get about a container
|
// It specifies how much data users want to get about a container
|
||||||
type ContainerInfoRequest struct {
|
type ContainerInfoRequest struct {
|
||||||
// Max number of stats to return. Specify -1 for all stats currently available.
|
// Max number of stats to return. Specify -1 for all stats currently available.
|
||||||
|
Loading…
Reference in New Issue
Block a user