| 50 | } |
| 51 | |
| 52 | type ProjectMetricSetting struct { |
| 53 | BaseProjectMetricSetting `mapstructure:",squash"` |
| 54 | common.NoPKModel |
| 55 | } |
| 56 | |
| 57 | func (ProjectMetricSetting) TableName() string { |
| 58 | return "project_metric_settings" |
nothing calls this directly
no outgoing calls
no test coverage detected