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

import (
	"net/url"

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

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

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

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