9 lines
176 B
Text
9 lines
176 B
Text
fn Hello() {
|
|
name: string,
|
|
}
|
|
|
|
fn AddMatch(rule: string) { }
|
|
|
|
fn RemoveMatch(rule: string) { }
|
|
|
|
fn UpdateActivationEnvironment(environment: array(dict(string, string))) { }
|