mirror of
https://github.com/volcengine/mediakit-cli.git
synced 2026-09-14 20:06:30 +08:00
8 lines
136 B
Go
8 lines
136 B
Go
//go:build mediakit_cloud_only
|
|
|
|
package commands
|
|
|
|
func localDependencyErrorPayload(error) (map[string]any, bool) {
|
|
return nil, false
|
|
}
|