Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
streaming-video-party-ws-server
master
Top Level Namespace
Config
Base64Decoder
Bind
HashConverter
MasterAuth
StringConverter
MasterToken
Room
Video
WS
Built with Crystal 1.9.2
2023-10-07 11:06:19 UTC
struct
Config
Config
Struct
Value
Object
Included Modules
YAML::Serializable
Defined in:
config.cr
ws-server.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Class Method Summary
.conf
.load
(yaml =
File
.read(
"./config.yml"
))
Instance Method Summary
#bind
: Bind
#bind=
(bind : Bind)
#masterauth
: MasterAuth
#masterauth=
(masterauth : MasterAuth)
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]
Class Method Detail
def self.
conf
#
[
View source
]
def self.
load
(yaml =
File
.read(
"./config.yml"
))
#
[
View source
]
Instance Method Detail
def
bind
:
Bind
#
[
View source
]
def
bind=
(bind :
Bind
)
#
[
View source
]
def
masterauth
:
MasterAuth
#
[
View source
]
def
masterauth=
(masterauth :
MasterAuth
)
#
[
View source
]