mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
8 lines
164 B
Go
8 lines
164 B
Go
package client
|
|
|
|
// ServiceInspectOptions holds parameters related to the "service inspect"
|
|
// operation.
|
|
type ServiceInspectOptions struct {
|
|
InsertDefaults bool
|
|
}
|