struct

ServiceStatus::Texts

Inherits Struct < Value < Object

通知に載せる文言。

利用者へ向けてこのアプリが作る文言であり、選択言語で出す必要がある(issue #4)。 辞書は runtime 側にあり、ここから参照すると層が逆さになるため、 composition root が辞書から引いたものを受け取る。

Constructors

new(degraded : String, major_outage : String, recovered : String)
Source

Instance methods

degraded
Source
major_outage
Source
recovered
Source