Initial commit
This commit is contained in:
7
internal/scheduler/json.go
Normal file
7
internal/scheduler/json.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package scheduler
|
||||
|
||||
import "encoding/json"
|
||||
|
||||
func jsonUnmarshal(b []byte, dst any) error {
|
||||
return json.Unmarshal(b, dst)
|
||||
}
|
||||
Reference in New Issue
Block a user