mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
18 lines
399 B
Go
18 lines
399 B
Go
package api
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestServiceRegistrations_List(t *testing.T) {
|
|
// TODO(jrasell) add tests once registration process is in place.
|
|
}
|
|
|
|
func TestServiceRegistrations_Get(t *testing.T) {
|
|
// TODO(jrasell) add tests once registration process is in place.
|
|
}
|
|
|
|
func TestServiceRegistrations_Delete(t *testing.T) {
|
|
// TODO(jrasell) add tests once registration process is in place.
|
|
}
|