v2/pkg/genruntime/root_resources.go (4 lines of code) (raw):

/* * Copyright (c) Microsoft Corporation. * Licensed under the MIT license. */ package genruntime // LocatableResource represents a resource with a location. type LocatableResource interface { Location() string }