summaryrefslogtreecommitdiff
path: root/pkg/bindings/system/types_version_options.go
blob: 5e01da583f05d63264fc03f10f73f7254e067108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
package system

import (
	"net/url"

	"github.com/containers/podman/v3/pkg/bindings/internal/util"
)

/*
This file is generated automatically by go generate.  Do not edit.
*/

// Changed
func (o *VersionOptions) Changed(fieldName string) bool {
	return util.Changed(o, fieldName)
}

// ToParams
func (o *VersionOptions) ToParams() (url.Values, error) {
	return util.ToParams(o)
}