PostScan implements [Model.PostScan] interface method.
()
| 228 | |
| 229 | // PostScan implements [Model.PostScan] interface method. |
| 230 | func (s *Settings) PostScan() error { |
| 231 | s.MarkAsNotNew() |
| 232 | return nil |
| 233 | } |
| 234 | |
| 235 | // String returns a serialized string representation of the current settings. |
| 236 | func (s *Settings) String() string { |
no test coverage detected