Documentation
¶
Overview ¶
Code generated from Pkl module `org.kdeps.pkl.WebServer`. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebServerType ¶
type WebServerType string
Type of web server
const ( Static WebServerType = "static" App WebServerType = "app" )
func (WebServerType) String ¶
func (rcv WebServerType) String() string
String returns the string representation of WebServerType
func (*WebServerType) UnmarshalBinary ¶
func (rcv *WebServerType) UnmarshalBinary(data []byte) error
UnmarshalBinary implements encoding.BinaryUnmarshaler for WebServerType.
Click to show internal directories.
Click to hide internal directories.