package constant const ( ScriptTypeSurgeGeneric = "sg-generic" ScriptTypeSurgeHTTPRequest = "sg-http-request" ScriptTypeSurgeHTTPResponse = "sg-http-response" ScriptTypeSurgeCron = "sg-cron" ScriptTypeSurgeEvent = "sg-event" ScriptSourceLocal = "local" ScriptSourceRemote = "remote" )