remove public key

This commit is contained in:
Aditya Siregar
2026-05-07 04:18:57 +07:00
parent 06fbeb64a0
commit f2881bfcc9
3 changed files with 17 additions and 88 deletions
-1
View File
@@ -9,7 +9,6 @@ type Dukcapil struct {
Methode string `mapstructure:"methode"`
UserID string `mapstructure:"user_id"`
Password string `mapstructure:"password"`
PublicKeyPath string `mapstructure:"public_key_path"`
DefaultIP string `mapstructure:"default_ip"`
TimeoutSecond int `mapstructure:"timeout_second"`
}