10 lines
132 B
Go
10 lines
132 B
Go
|
package server
|
||
|
|
||
|
func AddRuntimeLabel(label Label) error {
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func RemoveRuntimeLabel(label Label) error {
|
||
|
return nil
|
||
|
}
|