package
Version:
v0.0.0-...-b486baa
Opens a new window with list of versions in this module.
Published: Oct 18, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Init(cfg *Config) *moderationAdapter
type Config struct {
Endpoint string `json:"endpoint" required:"true"`
AccessKey string `json:"access_key" required:"true"`
SecretKey string `json:"secret_key" required:"true"`
IAMEndpint string `json:"iam_endpoint" required:"true"`
Region string `json:"region" required:"true"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.