Files
moby/client/swarm_service_inspect_opts.go
2025-08-26 07:21:46 -05:00

8 lines
164 B
Go

package client
// ServiceInspectOptions holds parameters related to the "service inspect"
// operation.
type ServiceInspectOptions struct {
InsertDefaults bool
}