taubyte / tau

Open source distributed Platform as a Service (PaaS). A self-hosted Vercel / Netlify / Cloudflare alternative.
https://tau.how
BSD 3-Clause "New" or "Revised" License
3.36k stars 93 forks source link

[cleanup] Delete deprecated DomainsWhiteList struct #205

Closed samyfodil closed 3 months ago

samyfodil commented 3 months ago

Delete deprecated struct https://github.com/taubyte/tau/blob/f48d15e76e64065d5cacb159bd98e159205baa20/config/tau.go#L62 make sure it's not being used anywhere else.

vasnt commented 3 months ago

how to find whether it is used elsewhere or not? e.g.

is that correct understanding? or you can advice other ways to find out usage.

samyfodil commented 3 months ago

@vasnt that's a good way. looks like it's not used anywhere else. So it just deleting the DomainsWhiteList struct.

vasnt commented 3 months ago

is there any more action needed after this step?

image

image

samyfodil commented 3 months ago

yes, create a pull request

vasnt commented 3 months ago

created. next?

samyfodil commented 3 months ago

I'll run test and review. if all good, I'll merged it :+1: