github.com/mundipagg/boleto-api@v0.0.0-20230620145841-3f9ec742599f/bank/bb.go (about) 1 package bank 2 3 import ( 4 "github.com/mundipagg/boleto-api/bb" 5 "github.com/mundipagg/boleto-api/models" 6 ) 7 8 func getIntegrationBB(boleto models.BoletoRequest) (Bank, error) { 9 return bb.New(), nil 10 }