Documentation ¶
Index ¶
Constants ¶
View Source
const ( ServicePushPayloadKey = pushtypes.ServicePushPayloadKey StorageKeyName = accountutils.StorageKeyName )
Variables ¶
This section is empty.
Functions ¶
func NewNativeDriverCore ¶ added in v2.327.0
Types ¶
type Config ¶ added in v2.327.0
type Config struct {
// contains filtered or unexported fields
}
func (*Config) SetLoggerDriver ¶ added in v2.327.0
func (c *Config) SetLoggerDriver(p LoggerDriver)
func (*Config) SetPreferredLanguages ¶ added in v2.327.0
type FormatedPush ¶ added in v2.327.0
type FormatedPush pushtypes.FormatedPush
type LoggerDriver ¶ added in v2.327.0
type LoggerDriver interface {
Print(string)
}
type NativeKeystoreDriver ¶ added in v2.331.0
type NativeKeystoreDriver interface { accountutils.NativeKeystore }
type PushStandalone ¶ added in v2.327.0
type PushStandalone struct {
// contains filtered or unexported fields
}
func NewPushStandalone ¶ added in v2.327.0
func NewPushStandalone(c *Config) *PushStandalone
func (*PushStandalone) Decrypt ¶ added in v2.327.0
func (s *PushStandalone) Decrypt(rootDir string, inputB64 string, ks NativeKeystoreDriver) (*FormatedPush, error)
Click to show internal directories.
Click to hide internal directories.