|
func stringToSectionName(name string) SectionName { |
When using custom protocol structures this will panic on migrations since they aren't explicitly defined.
@abourget mentioned in slack: Sections could be made pluggable, with a sort of dependency injection, if you ever need to re-inject things back..
eos-go/snapshot/section.go
Line 30 in cce276e
When using custom protocol structures this will panic on migrations since they aren't explicitly defined.
@abourget mentioned in slack:
Sections could be made pluggable, with a sort of dependency injection, if you ever need to re-inject things back..