Template

discovery.Template
See theTemplate companion object
case class Template(path: String, params: List[Parameter])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def expand(segment: String): Doc
def paramsAsDoc: Doc
def toCodeDoc(query: QueryParams): Doc

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product