model

package
v0.0.0-...-7f9e108 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DbInfo

type DbInfo struct {
	DbName string
	DbNum  string
}

DbInfo Redis dbs

type Node

type Node struct {
	Prefix   string
	Key      string
	Children []Node
}

type RedisConfig

type RedisConfig struct {
	Addr     string
	Password string
	Db       int
}

type RedisService

type RedisService struct {
	ServiceName string
	Config      RedisConfig
	UseSSH      bool
	SSHConfig   SSHConfig
}

type SSHConfig

type SSHConfig struct {
	SshHost     string
	SshPort     string
	SshUsername string
	SshPassword string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL