ImmutableTaskFields returns the canonical immutable task field names.
()
| 52 | |
| 53 | // ImmutableTaskFields returns the canonical immutable task field names. |
| 54 | func ImmutableTaskFields() []string { |
| 55 | return []string{ |
| 56 | TaskFieldCreatedBy, |
| 57 | TaskFieldOrigin, |
| 58 | TaskFieldScope, |
| 59 | TaskFieldWorkspaceID, |
| 60 | TaskFieldParentTaskID, |
| 61 | } |
| 62 | } |
| 63 | |
| 64 | // MutableTaskFields returns the canonical mutable task field names. |
| 65 | func MutableTaskFields() []string { |
no outgoing calls