func main()

in cmd/server/main.go [58:62]


func main() {
	if err := setupKMSPlugin(); err != nil {
		mlog.Fatal(err)
	}
}