Versions in this module Expand all Collapse all v1 v1.5.2 Nov 6, 2024 v1.5.1 May 26, 2017 Changes in this version type Model + func (m *Model) ResourceID() string v1.3.4 Dec 9, 2016 v1.3.3 Nov 18, 2016 Changes in this version + func CleanParams(params map[string]string, allowed []string) map[string]string + type Model struct + CreatedAt time.Time + Id int64 + KeyName string + TableName string + UpdatedAt time.Time + func (m *Model) CacheKey() string + func (m *Model) Init() + func (m *Model) OwnedBy(uid int64) bool + func (m *Model) PrimaryKey() string + func (m *Model) PrimaryKeyValue() int64 + func (m *Model) SelectName() string + func (m *Model) SelectValue() string + func (m *Model) String() string + func (m *Model) Table() string + func (m *Model) ToSlug(name string) string + func (m *Model) URLCreate() string + func (m *Model) URLDestroy() string + func (m *Model) URLIndex() string + func (m *Model) URLShow() string + func (m *Model) URLUpdate() string