Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.Release) predicate.Release
- func Arch(v string) predicate.Release
- func ArchContains(v string) predicate.Release
- func ArchContainsFold(v string) predicate.Release
- func ArchEQ(v string) predicate.Release
- func ArchEqualFold(v string) predicate.Release
- func ArchGT(v string) predicate.Release
- func ArchGTE(v string) predicate.Release
- func ArchHasPrefix(v string) predicate.Release
- func ArchHasSuffix(v string) predicate.Release
- func ArchIn(vs ...string) predicate.Release
- func ArchIsNil() predicate.Release
- func ArchLT(v string) predicate.Release
- func ArchLTE(v string) predicate.Release
- func ArchNEQ(v string) predicate.Release
- func ArchNotIn(vs ...string) predicate.Release
- func ArchNotNil() predicate.Release
- func Channel(v string) predicate.Release
- func ChannelContains(v string) predicate.Release
- func ChannelContainsFold(v string) predicate.Release
- func ChannelEQ(v string) predicate.Release
- func ChannelEqualFold(v string) predicate.Release
- func ChannelGT(v string) predicate.Release
- func ChannelGTE(v string) predicate.Release
- func ChannelHasPrefix(v string) predicate.Release
- func ChannelHasSuffix(v string) predicate.Release
- func ChannelIn(vs ...string) predicate.Release
- func ChannelIsNil() predicate.Release
- func ChannelLT(v string) predicate.Release
- func ChannelLTE(v string) predicate.Release
- func ChannelNEQ(v string) predicate.Release
- func ChannelNotIn(vs ...string) predicate.Release
- func ChannelNotNil() predicate.Release
- func Checksum(v string) predicate.Release
- func ChecksumContains(v string) predicate.Release
- func ChecksumContainsFold(v string) predicate.Release
- func ChecksumEQ(v string) predicate.Release
- func ChecksumEqualFold(v string) predicate.Release
- func ChecksumGT(v string) predicate.Release
- func ChecksumGTE(v string) predicate.Release
- func ChecksumHasPrefix(v string) predicate.Release
- func ChecksumHasSuffix(v string) predicate.Release
- func ChecksumIn(vs ...string) predicate.Release
- func ChecksumIsNil() predicate.Release
- func ChecksumLT(v string) predicate.Release
- func ChecksumLTE(v string) predicate.Release
- func ChecksumNEQ(v string) predicate.Release
- func ChecksumNotIn(vs ...string) predicate.Release
- func ChecksumNotNil() predicate.Release
- func FileURL(v string) predicate.Release
- func FileURLContains(v string) predicate.Release
- func FileURLContainsFold(v string) predicate.Release
- func FileURLEQ(v string) predicate.Release
- func FileURLEqualFold(v string) predicate.Release
- func FileURLGT(v string) predicate.Release
- func FileURLGTE(v string) predicate.Release
- func FileURLHasPrefix(v string) predicate.Release
- func FileURLHasSuffix(v string) predicate.Release
- func FileURLIn(vs ...string) predicate.Release
- func FileURLIsNil() predicate.Release
- func FileURLLT(v string) predicate.Release
- func FileURLLTE(v string) predicate.Release
- func FileURLNEQ(v string) predicate.Release
- func FileURLNotIn(vs ...string) predicate.Release
- func FileURLNotNil() predicate.Release
- func HasAgents() predicate.Release
- func HasAgentsWith(preds ...predicate.Agent) predicate.Release
- func ID(id int) predicate.Release
- func IDEQ(id int) predicate.Release
- func IDGT(id int) predicate.Release
- func IDGTE(id int) predicate.Release
- func IDIn(ids ...int) predicate.Release
- func IDLT(id int) predicate.Release
- func IDLTE(id int) predicate.Release
- func IDNEQ(id int) predicate.Release
- func IDNotIn(ids ...int) predicate.Release
- func IsCritical(v bool) predicate.Release
- func IsCriticalEQ(v bool) predicate.Release
- func IsCriticalIsNil() predicate.Release
- func IsCriticalNEQ(v bool) predicate.Release
- func IsCriticalNotNil() predicate.Release
- func Not(p predicate.Release) predicate.Release
- func Or(predicates ...predicate.Release) predicate.Release
- func Os(v string) predicate.Release
- func OsContains(v string) predicate.Release
- func OsContainsFold(v string) predicate.Release
- func OsEQ(v string) predicate.Release
- func OsEqualFold(v string) predicate.Release
- func OsGT(v string) predicate.Release
- func OsGTE(v string) predicate.Release
- func OsHasPrefix(v string) predicate.Release
- func OsHasSuffix(v string) predicate.Release
- func OsIn(vs ...string) predicate.Release
- func OsIsNil() predicate.Release
- func OsLT(v string) predicate.Release
- func OsLTE(v string) predicate.Release
- func OsNEQ(v string) predicate.Release
- func OsNotIn(vs ...string) predicate.Release
- func OsNotNil() predicate.Release
- func ReleaseDate(v time.Time) predicate.Release
- func ReleaseDateEQ(v time.Time) predicate.Release
- func ReleaseDateGT(v time.Time) predicate.Release
- func ReleaseDateGTE(v time.Time) predicate.Release
- func ReleaseDateIn(vs ...time.Time) predicate.Release
- func ReleaseDateIsNil() predicate.Release
- func ReleaseDateLT(v time.Time) predicate.Release
- func ReleaseDateLTE(v time.Time) predicate.Release
- func ReleaseDateNEQ(v time.Time) predicate.Release
- func ReleaseDateNotIn(vs ...time.Time) predicate.Release
- func ReleaseDateNotNil() predicate.Release
- func ReleaseNotes(v string) predicate.Release
- func ReleaseNotesContains(v string) predicate.Release
- func ReleaseNotesContainsFold(v string) predicate.Release
- func ReleaseNotesEQ(v string) predicate.Release
- func ReleaseNotesEqualFold(v string) predicate.Release
- func ReleaseNotesGT(v string) predicate.Release
- func ReleaseNotesGTE(v string) predicate.Release
- func ReleaseNotesHasPrefix(v string) predicate.Release
- func ReleaseNotesHasSuffix(v string) predicate.Release
- func ReleaseNotesIn(vs ...string) predicate.Release
- func ReleaseNotesIsNil() predicate.Release
- func ReleaseNotesLT(v string) predicate.Release
- func ReleaseNotesLTE(v string) predicate.Release
- func ReleaseNotesNEQ(v string) predicate.Release
- func ReleaseNotesNotIn(vs ...string) predicate.Release
- func ReleaseNotesNotNil() predicate.Release
- func ReleaseTypeEQ(v ReleaseType) predicate.Release
- func ReleaseTypeIn(vs ...ReleaseType) predicate.Release
- func ReleaseTypeIsNil() predicate.Release
- func ReleaseTypeNEQ(v ReleaseType) predicate.Release
- func ReleaseTypeNotIn(vs ...ReleaseType) predicate.Release
- func ReleaseTypeNotNil() predicate.Release
- func ReleaseTypeValidator(rt ReleaseType) error
- func Summary(v string) predicate.Release
- func SummaryContains(v string) predicate.Release
- func SummaryContainsFold(v string) predicate.Release
- func SummaryEQ(v string) predicate.Release
- func SummaryEqualFold(v string) predicate.Release
- func SummaryGT(v string) predicate.Release
- func SummaryGTE(v string) predicate.Release
- func SummaryHasPrefix(v string) predicate.Release
- func SummaryHasSuffix(v string) predicate.Release
- func SummaryIn(vs ...string) predicate.Release
- func SummaryIsNil() predicate.Release
- func SummaryLT(v string) predicate.Release
- func SummaryLTE(v string) predicate.Release
- func SummaryNEQ(v string) predicate.Release
- func SummaryNotIn(vs ...string) predicate.Release
- func SummaryNotNil() predicate.Release
- func ValidColumn(column string) bool
- func Version(v string) predicate.Release
- func VersionContains(v string) predicate.Release
- func VersionContainsFold(v string) predicate.Release
- func VersionEQ(v string) predicate.Release
- func VersionEqualFold(v string) predicate.Release
- func VersionGT(v string) predicate.Release
- func VersionGTE(v string) predicate.Release
- func VersionHasPrefix(v string) predicate.Release
- func VersionHasSuffix(v string) predicate.Release
- func VersionIn(vs ...string) predicate.Release
- func VersionIsNil() predicate.Release
- func VersionLT(v string) predicate.Release
- func VersionLTE(v string) predicate.Release
- func VersionNEQ(v string) predicate.Release
- func VersionNotIn(vs ...string) predicate.Release
- func VersionNotNil() predicate.Release
- type OrderOption
- func ByAgents(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByAgentsCount(opts ...sql.OrderTermOption) OrderOption
- func ByArch(opts ...sql.OrderTermOption) OrderOption
- func ByChannel(opts ...sql.OrderTermOption) OrderOption
- func ByChecksum(opts ...sql.OrderTermOption) OrderOption
- func ByFileURL(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByIsCritical(opts ...sql.OrderTermOption) OrderOption
- func ByOs(opts ...sql.OrderTermOption) OrderOption
- func ByReleaseDate(opts ...sql.OrderTermOption) OrderOption
- func ByReleaseNotes(opts ...sql.OrderTermOption) OrderOption
- func ByReleaseType(opts ...sql.OrderTermOption) OrderOption
- func BySummary(opts ...sql.OrderTermOption) OrderOption
- func ByVersion(opts ...sql.OrderTermOption) OrderOption
- type ReleaseType
Constants ¶
const ( // Label holds the string label denoting the release type in the database. Label = "release" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldReleaseType holds the string denoting the release_type field in the database. FieldReleaseType = "release_type" // FieldVersion holds the string denoting the version field in the database. FieldVersion = "version" // FieldChannel holds the string denoting the channel field in the database. FieldChannel = "channel" // FieldSummary holds the string denoting the summary field in the database. FieldSummary = "summary" // FieldReleaseNotes holds the string denoting the release_notes field in the database. FieldReleaseNotes = "release_notes" // FieldFileURL holds the string denoting the file_url field in the database. FieldFileURL = "file_url" // FieldChecksum holds the string denoting the checksum field in the database. FieldChecksum = "checksum" // FieldIsCritical holds the string denoting the is_critical field in the database. FieldIsCritical = "is_critical" // FieldReleaseDate holds the string denoting the release_date field in the database. FieldReleaseDate = "release_date" // FieldOs holds the string denoting the os field in the database. FieldOs = "os" // FieldArch holds the string denoting the arch field in the database. FieldArch = "arch" // EdgeAgents holds the string denoting the agents edge name in mutations. EdgeAgents = "agents" // AgentFieldID holds the string denoting the ID field of the Agent. AgentFieldID = "oid" // Table holds the table name of the release in the database. Table = "releases" // AgentsTable is the table that holds the agents relation/edge. AgentsTable = "agents" // AgentsInverseTable is the table name for the Agent entity. // It exists in this package in order to avoid circular dependency with the "agent" package. AgentsInverseTable = "agents" // AgentsColumn is the table column denoting the agents relation/edge. AgentsColumn = "release_agents" )
Variables ¶
var Columns = []string{ FieldID, FieldReleaseType, FieldVersion, FieldChannel, FieldSummary, FieldReleaseNotes, FieldFileURL, FieldChecksum, FieldIsCritical, FieldReleaseDate, FieldOs, FieldArch, }
Columns holds all SQL columns for release fields.
Functions ¶
func ArchContains ¶
ArchContains applies the Contains predicate on the "arch" field.
func ArchContainsFold ¶
ArchContainsFold applies the ContainsFold predicate on the "arch" field.
func ArchEqualFold ¶
ArchEqualFold applies the EqualFold predicate on the "arch" field.
func ArchHasPrefix ¶
ArchHasPrefix applies the HasPrefix predicate on the "arch" field.
func ArchHasSuffix ¶
ArchHasSuffix applies the HasSuffix predicate on the "arch" field.
func ArchNotNil ¶
ArchNotNil applies the NotNil predicate on the "arch" field.
func Channel ¶
Channel applies equality check predicate on the "channel" field. It's identical to ChannelEQ.
func ChannelContains ¶
ChannelContains applies the Contains predicate on the "channel" field.
func ChannelContainsFold ¶
ChannelContainsFold applies the ContainsFold predicate on the "channel" field.
func ChannelEqualFold ¶
ChannelEqualFold applies the EqualFold predicate on the "channel" field.
func ChannelGTE ¶
ChannelGTE applies the GTE predicate on the "channel" field.
func ChannelHasPrefix ¶
ChannelHasPrefix applies the HasPrefix predicate on the "channel" field.
func ChannelHasSuffix ¶
ChannelHasSuffix applies the HasSuffix predicate on the "channel" field.
func ChannelIsNil ¶
ChannelIsNil applies the IsNil predicate on the "channel" field.
func ChannelLTE ¶
ChannelLTE applies the LTE predicate on the "channel" field.
func ChannelNEQ ¶
ChannelNEQ applies the NEQ predicate on the "channel" field.
func ChannelNotIn ¶
ChannelNotIn applies the NotIn predicate on the "channel" field.
func ChannelNotNil ¶
ChannelNotNil applies the NotNil predicate on the "channel" field.
func Checksum ¶
Checksum applies equality check predicate on the "checksum" field. It's identical to ChecksumEQ.
func ChecksumContains ¶
ChecksumContains applies the Contains predicate on the "checksum" field.
func ChecksumContainsFold ¶
ChecksumContainsFold applies the ContainsFold predicate on the "checksum" field.
func ChecksumEQ ¶
ChecksumEQ applies the EQ predicate on the "checksum" field.
func ChecksumEqualFold ¶
ChecksumEqualFold applies the EqualFold predicate on the "checksum" field.
func ChecksumGT ¶
ChecksumGT applies the GT predicate on the "checksum" field.
func ChecksumGTE ¶
ChecksumGTE applies the GTE predicate on the "checksum" field.
func ChecksumHasPrefix ¶
ChecksumHasPrefix applies the HasPrefix predicate on the "checksum" field.
func ChecksumHasSuffix ¶
ChecksumHasSuffix applies the HasSuffix predicate on the "checksum" field.
func ChecksumIn ¶
ChecksumIn applies the In predicate on the "checksum" field.
func ChecksumIsNil ¶
ChecksumIsNil applies the IsNil predicate on the "checksum" field.
func ChecksumLT ¶
ChecksumLT applies the LT predicate on the "checksum" field.
func ChecksumLTE ¶
ChecksumLTE applies the LTE predicate on the "checksum" field.
func ChecksumNEQ ¶
ChecksumNEQ applies the NEQ predicate on the "checksum" field.
func ChecksumNotIn ¶
ChecksumNotIn applies the NotIn predicate on the "checksum" field.
func ChecksumNotNil ¶
ChecksumNotNil applies the NotNil predicate on the "checksum" field.
func FileURL ¶
FileURL applies equality check predicate on the "file_url" field. It's identical to FileURLEQ.
func FileURLContains ¶
FileURLContains applies the Contains predicate on the "file_url" field.
func FileURLContainsFold ¶
FileURLContainsFold applies the ContainsFold predicate on the "file_url" field.
func FileURLEqualFold ¶
FileURLEqualFold applies the EqualFold predicate on the "file_url" field.
func FileURLGTE ¶
FileURLGTE applies the GTE predicate on the "file_url" field.
func FileURLHasPrefix ¶
FileURLHasPrefix applies the HasPrefix predicate on the "file_url" field.
func FileURLHasSuffix ¶
FileURLHasSuffix applies the HasSuffix predicate on the "file_url" field.
func FileURLIsNil ¶
FileURLIsNil applies the IsNil predicate on the "file_url" field.
func FileURLLTE ¶
FileURLLTE applies the LTE predicate on the "file_url" field.
func FileURLNEQ ¶
FileURLNEQ applies the NEQ predicate on the "file_url" field.
func FileURLNotIn ¶
FileURLNotIn applies the NotIn predicate on the "file_url" field.
func FileURLNotNil ¶
FileURLNotNil applies the NotNil predicate on the "file_url" field.
func HasAgentsWith ¶
HasAgentsWith applies the HasEdge predicate on the "agents" edge with a given conditions (other predicates).
func IsCritical ¶
IsCritical applies equality check predicate on the "is_critical" field. It's identical to IsCriticalEQ.
func IsCriticalEQ ¶
IsCriticalEQ applies the EQ predicate on the "is_critical" field.
func IsCriticalIsNil ¶
IsCriticalIsNil applies the IsNil predicate on the "is_critical" field.
func IsCriticalNEQ ¶
IsCriticalNEQ applies the NEQ predicate on the "is_critical" field.
func IsCriticalNotNil ¶
IsCriticalNotNil applies the NotNil predicate on the "is_critical" field.
func OsContains ¶
OsContains applies the Contains predicate on the "os" field.
func OsContainsFold ¶
OsContainsFold applies the ContainsFold predicate on the "os" field.
func OsEqualFold ¶
OsEqualFold applies the EqualFold predicate on the "os" field.
func OsHasPrefix ¶
OsHasPrefix applies the HasPrefix predicate on the "os" field.
func OsHasSuffix ¶
OsHasSuffix applies the HasSuffix predicate on the "os" field.
func ReleaseDate ¶
ReleaseDate applies equality check predicate on the "release_date" field. It's identical to ReleaseDateEQ.
func ReleaseDateEQ ¶
ReleaseDateEQ applies the EQ predicate on the "release_date" field.
func ReleaseDateGT ¶
ReleaseDateGT applies the GT predicate on the "release_date" field.
func ReleaseDateGTE ¶
ReleaseDateGTE applies the GTE predicate on the "release_date" field.
func ReleaseDateIn ¶
ReleaseDateIn applies the In predicate on the "release_date" field.
func ReleaseDateIsNil ¶
ReleaseDateIsNil applies the IsNil predicate on the "release_date" field.
func ReleaseDateLT ¶
ReleaseDateLT applies the LT predicate on the "release_date" field.
func ReleaseDateLTE ¶
ReleaseDateLTE applies the LTE predicate on the "release_date" field.
func ReleaseDateNEQ ¶
ReleaseDateNEQ applies the NEQ predicate on the "release_date" field.
func ReleaseDateNotIn ¶
ReleaseDateNotIn applies the NotIn predicate on the "release_date" field.
func ReleaseDateNotNil ¶
ReleaseDateNotNil applies the NotNil predicate on the "release_date" field.
func ReleaseNotes ¶
ReleaseNotes applies equality check predicate on the "release_notes" field. It's identical to ReleaseNotesEQ.
func ReleaseNotesContains ¶
ReleaseNotesContains applies the Contains predicate on the "release_notes" field.
func ReleaseNotesContainsFold ¶
ReleaseNotesContainsFold applies the ContainsFold predicate on the "release_notes" field.
func ReleaseNotesEQ ¶
ReleaseNotesEQ applies the EQ predicate on the "release_notes" field.
func ReleaseNotesEqualFold ¶
ReleaseNotesEqualFold applies the EqualFold predicate on the "release_notes" field.
func ReleaseNotesGT ¶
ReleaseNotesGT applies the GT predicate on the "release_notes" field.
func ReleaseNotesGTE ¶
ReleaseNotesGTE applies the GTE predicate on the "release_notes" field.
func ReleaseNotesHasPrefix ¶
ReleaseNotesHasPrefix applies the HasPrefix predicate on the "release_notes" field.
func ReleaseNotesHasSuffix ¶
ReleaseNotesHasSuffix applies the HasSuffix predicate on the "release_notes" field.
func ReleaseNotesIn ¶
ReleaseNotesIn applies the In predicate on the "release_notes" field.
func ReleaseNotesIsNil ¶
ReleaseNotesIsNil applies the IsNil predicate on the "release_notes" field.
func ReleaseNotesLT ¶
ReleaseNotesLT applies the LT predicate on the "release_notes" field.
func ReleaseNotesLTE ¶
ReleaseNotesLTE applies the LTE predicate on the "release_notes" field.
func ReleaseNotesNEQ ¶
ReleaseNotesNEQ applies the NEQ predicate on the "release_notes" field.
func ReleaseNotesNotIn ¶
ReleaseNotesNotIn applies the NotIn predicate on the "release_notes" field.
func ReleaseNotesNotNil ¶
ReleaseNotesNotNil applies the NotNil predicate on the "release_notes" field.
func ReleaseTypeEQ ¶
func ReleaseTypeEQ(v ReleaseType) predicate.Release
ReleaseTypeEQ applies the EQ predicate on the "release_type" field.
func ReleaseTypeIn ¶
func ReleaseTypeIn(vs ...ReleaseType) predicate.Release
ReleaseTypeIn applies the In predicate on the "release_type" field.
func ReleaseTypeIsNil ¶
ReleaseTypeIsNil applies the IsNil predicate on the "release_type" field.
func ReleaseTypeNEQ ¶
func ReleaseTypeNEQ(v ReleaseType) predicate.Release
ReleaseTypeNEQ applies the NEQ predicate on the "release_type" field.
func ReleaseTypeNotIn ¶
func ReleaseTypeNotIn(vs ...ReleaseType) predicate.Release
ReleaseTypeNotIn applies the NotIn predicate on the "release_type" field.
func ReleaseTypeNotNil ¶
ReleaseTypeNotNil applies the NotNil predicate on the "release_type" field.
func ReleaseTypeValidator ¶
func ReleaseTypeValidator(rt ReleaseType) error
ReleaseTypeValidator is a validator for the "release_type" field enum values. It is called by the builders before save.
func Summary ¶
Summary applies equality check predicate on the "summary" field. It's identical to SummaryEQ.
func SummaryContains ¶
SummaryContains applies the Contains predicate on the "summary" field.
func SummaryContainsFold ¶
SummaryContainsFold applies the ContainsFold predicate on the "summary" field.
func SummaryEqualFold ¶
SummaryEqualFold applies the EqualFold predicate on the "summary" field.
func SummaryGTE ¶
SummaryGTE applies the GTE predicate on the "summary" field.
func SummaryHasPrefix ¶
SummaryHasPrefix applies the HasPrefix predicate on the "summary" field.
func SummaryHasSuffix ¶
SummaryHasSuffix applies the HasSuffix predicate on the "summary" field.
func SummaryIsNil ¶
SummaryIsNil applies the IsNil predicate on the "summary" field.
func SummaryLTE ¶
SummaryLTE applies the LTE predicate on the "summary" field.
func SummaryNEQ ¶
SummaryNEQ applies the NEQ predicate on the "summary" field.
func SummaryNotIn ¶
SummaryNotIn applies the NotIn predicate on the "summary" field.
func SummaryNotNil ¶
SummaryNotNil applies the NotNil predicate on the "summary" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
func Version ¶
Version applies equality check predicate on the "version" field. It's identical to VersionEQ.
func VersionContains ¶
VersionContains applies the Contains predicate on the "version" field.
func VersionContainsFold ¶
VersionContainsFold applies the ContainsFold predicate on the "version" field.
func VersionEqualFold ¶
VersionEqualFold applies the EqualFold predicate on the "version" field.
func VersionGTE ¶
VersionGTE applies the GTE predicate on the "version" field.
func VersionHasPrefix ¶
VersionHasPrefix applies the HasPrefix predicate on the "version" field.
func VersionHasSuffix ¶
VersionHasSuffix applies the HasSuffix predicate on the "version" field.
func VersionIsNil ¶
VersionIsNil applies the IsNil predicate on the "version" field.
func VersionLTE ¶
VersionLTE applies the LTE predicate on the "version" field.
func VersionNEQ ¶
VersionNEQ applies the NEQ predicate on the "version" field.
func VersionNotIn ¶
VersionNotIn applies the NotIn predicate on the "version" field.
func VersionNotNil ¶
VersionNotNil applies the NotNil predicate on the "version" field.
Types ¶
type OrderOption ¶
OrderOption defines the ordering options for the Release queries.
func ByAgents ¶
func ByAgents(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByAgents orders the results by agents terms.
func ByAgentsCount ¶
func ByAgentsCount(opts ...sql.OrderTermOption) OrderOption
ByAgentsCount orders the results by agents count.
func ByArch ¶
func ByArch(opts ...sql.OrderTermOption) OrderOption
ByArch orders the results by the arch field.
func ByChannel ¶
func ByChannel(opts ...sql.OrderTermOption) OrderOption
ByChannel orders the results by the channel field.
func ByChecksum ¶
func ByChecksum(opts ...sql.OrderTermOption) OrderOption
ByChecksum orders the results by the checksum field.
func ByFileURL ¶
func ByFileURL(opts ...sql.OrderTermOption) OrderOption
ByFileURL orders the results by the file_url field.
func ByID ¶
func ByID(opts ...sql.OrderTermOption) OrderOption
ByID orders the results by the id field.
func ByIsCritical ¶
func ByIsCritical(opts ...sql.OrderTermOption) OrderOption
ByIsCritical orders the results by the is_critical field.
func ByOs ¶
func ByOs(opts ...sql.OrderTermOption) OrderOption
ByOs orders the results by the os field.
func ByReleaseDate ¶
func ByReleaseDate(opts ...sql.OrderTermOption) OrderOption
ByReleaseDate orders the results by the release_date field.
func ByReleaseNotes ¶
func ByReleaseNotes(opts ...sql.OrderTermOption) OrderOption
ByReleaseNotes orders the results by the release_notes field.
func ByReleaseType ¶
func ByReleaseType(opts ...sql.OrderTermOption) OrderOption
ByReleaseType orders the results by the release_type field.
func BySummary ¶
func BySummary(opts ...sql.OrderTermOption) OrderOption
BySummary orders the results by the summary field.
func ByVersion ¶
func ByVersion(opts ...sql.OrderTermOption) OrderOption
ByVersion orders the results by the version field.
type ReleaseType ¶
type ReleaseType string
ReleaseType defines the type for the "release_type" enum field.
const ( ReleaseTypeAgent ReleaseType = "agent" ReleaseTypeServer ReleaseType = "server" )
ReleaseType values.
func (ReleaseType) String ¶
func (rt ReleaseType) String() string