// GENERATED BY gitlab.codemonkeysoftware.net/b/hatmill/internal/attribgen // DO NOT EDIT! package hatmill func Id(value string) Attrib { return Attrib{ Key: "id", Value: value, } } func Disabled() Attrib { return Attrib{ Key: "disabled", } } func Src(value string) Attrib { return Attrib{ Key: "src", Value: value, } }