Added comments

This commit is contained in:
2025-07-19 22:34:53 +03:00
parent 34db43f9ef
commit c78c7a519d

View File

@ -55,6 +55,7 @@ func (rt RecordType) Check() bool {
} }
} }
// Entry point
func New(manager_config manager) (Actions, error) { func New(manager_config manager) (Actions, error) {
return manager_config.New() return manager_config.New()
} }