Documentation ¶
Overview ¶
Copyright (c) 2021, AT&T Intellectual Property. All rights reserved. SPDX-License-Identifier: GPL-2.0-only
Copyright (c) 2021, AT&T Intellectual Property. All rights reserved. SPDX-License-Identifier: GPL-2.0-only
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (*Config) Check ¶
func (c *Config) Check(proposedConfig *ConfigData) error
func (*Config) Get ¶
func (c *Config) Get() *ConfigData
func (*Config) Set ¶
func (c *Config) Set(newConfig *ConfigData) error
type ConfigData ¶
type RPC ¶
type RPC struct {
// contains filtered or unexported fields
}
func (*RPC) GetCrashDmesg ¶
type StateData ¶
type StateData struct { System struct { KDump struct { KDumpStatus *st.KDumpStatusData `rfc7951:"vyatta-system-crash-dump-v1:status"` } `rfc7951:"vyatta-system-crash-dump-v1:kernel-crash-dump"` } `rfc7951:"vyatta-system-v1:system"` }
Click to show internal directories.
Click to hide internal directories.