MCPcopy
hub / github.com/cloudflare/cloudflared / String

Method String

ingress/origin_service.go:88–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86}
87
88func (o *httpService) String() string {
89 return o.url.String()
90}
91
92func (o httpService) MarshalJSON() ([]byte, error) {
93 return json.Marshal(o.String())

Callers 1

MarshalJSONMethod · 0.95

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected