[go-nuts] Processing at time of Pgxpool acquire at time load request

2023-03-21 Thread Reeturaj Sahoo
Hello , pgxpool Acquire processing taking more time and did not return anything when more request come to server in less request its working fine . For using Acquire we using below code ctx := context.Background() intconn, err := s.Conn.Acquire(ctx) if err != nil { fmt.Println("Txn id in requ

Re: [go-nuts] Create a XML signature my XML DATA

2022-12-22 Thread Reeturaj Sahoo
mend to start with this library > https://github.com/russellhaering/goxmldsig > > On Tue, 20 Dec 2022, 19:03 Reeturaj Sahoo, > wrote: > >> Hello Golang Team, >> >> I want to implement Signed XML to my XML Data . >> If anyone have reference document .Kindly s

Re: [go-nuts] Create a XML signature my XML DATA

2022-12-22 Thread Reeturaj Sahoo
ecCanonicalizer* as > a Canonicalizer, like this: > ctx := &SigningContext { > Hash: crypto.SHA256, > KeyStore: ks, > IdAttribute: DefaultIdAttr, > Prefix:DefaultPrefix, > Canonicalizer: *MakeC14N10RecCanonicalizer*(), &g

[go-nuts] Create a XML signature my XML DATA

2022-12-20 Thread Reeturaj Sahoo
Hello Golang Team, I want to implement Signed XML to my XML Data . If anyone have reference document .Kindly share -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email