Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetNotifyPostgres (0.16 sec)

  1. internal/config/notify/parse.go

    			Value: "0",
    		},
    		config.KV{
    			Key:   target.PostgresMaxOpenConnections,
    			Value: "2",
    		},
    	}
    )
    
    // GetNotifyPostgres - returns a map of registered notification 'postgres' targets
    func GetNotifyPostgres(postgresKVS map[string]config.KVS) (map[string]target.PostgreSQLArgs, error) {
    	psqlTargets := make(map[string]target.PostgreSQLArgs)
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 47.5K bytes
    - Viewed (0)
Back to top