Documentation
¶
Index ¶
- Constants
- func FileDeserializer(filePath string) (outputMap map[string]any, err error)
- func ReadServerPrivateIpAddress() (ipAddress tkValueObject.IpAddress, err error)
- func ReadServerPublicIpAddress() (ipAddress tkValueObject.IpAddress, err error)
- func StringDeserializer(serializedString string, serializationFormat string) (outputMap map[string]any, err error)
- type Shell
- type ShellError
- type ShellSettings
- type Synthesizer
- func (synth *Synthesizer) CharsetPresenceGuarantor(originalString []byte, charset string) []byte
- func (synth *Synthesizer) MailAddressFactory(username *string) string
- func (synth *Synthesizer) PasswordFactory(desiredLength int, shouldIncludeSymbols bool) string
- func (synth *Synthesizer) UsernameFactory() string
Constants ¶
View Source
const ( SerializationFormatJson = "json" SerializationFormatYaml = "yaml" )
View Source
const ( CharsetLowercaseLetters string = "abcdefghijklmnopqrstuvwxyz" CharsetUppercaseLetters string = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" CharsetNumbers string = "0123456789" CharsetSymbols string = "!@#$%^&*()_+" )
Variables ¶
This section is empty.
Functions ¶
func FileDeserializer ¶ added in v0.0.2
func ReadServerPrivateIpAddress ¶ added in v0.0.6
func ReadServerPrivateIpAddress() (ipAddress tkValueObject.IpAddress, err error)
func ReadServerPublicIpAddress ¶ added in v0.0.6
func ReadServerPublicIpAddress() (ipAddress tkValueObject.IpAddress, err error)
Types ¶
type Shell ¶ added in v0.0.6
type Shell struct {
// contains filtered or unexported fields
}
func NewShell ¶ added in v0.0.6
func NewShell(settings ShellSettings) Shell
type ShellError ¶ added in v0.0.6
func (*ShellError) Error ¶ added in v0.0.6
func (e *ShellError) Error() string
type ShellSettings ¶ added in v0.0.6
type Synthesizer ¶
type Synthesizer struct {
}
func (*Synthesizer) CharsetPresenceGuarantor ¶
func (synth *Synthesizer) CharsetPresenceGuarantor( originalString []byte, charset string, ) []byte
func (*Synthesizer) MailAddressFactory ¶
func (synth *Synthesizer) MailAddressFactory(username *string) string
func (*Synthesizer) PasswordFactory ¶
func (synth *Synthesizer) PasswordFactory( desiredLength int, shouldIncludeSymbols bool, ) string
func (*Synthesizer) UsernameFactory ¶
func (synth *Synthesizer) UsernameFactory() string
Click to show internal directories.
Click to hide internal directories.