type Server …
type ServerProps …
func (s *Server) MarshalJSON() ([]byte, error) { … }
func (s *Server) MarshalNextJSON(opts jsonv2.MarshalOptions, enc *jsonv2.Encoder) error { … }
func (s *Server) UnmarshalJSON(data []byte) error { … }
func (s *Server) UnmarshalNextJSON(opts jsonv2.UnmarshalOptions, dec *jsonv2.Decoder) error { … }
type ServerVariable …
type ServerVariableProps …
func (s *ServerVariable) MarshalJSON() ([]byte, error) { … }
func (s *ServerVariable) MarshalNextJSON(opts jsonv2.MarshalOptions, enc *jsonv2.Encoder) error { … }
func (s *ServerVariable) UnmarshalJSON(data []byte) error { … }
func (s *ServerVariable) UnmarshalNextJSON(opts jsonv2.UnmarshalOptions, dec *jsonv2.Decoder) error { … }