Skip to content

More renaming and refactoring 3

Mikhail Mazurskiy requested to merge ash2k/refactor7 into master

The main change here is moving kas-specific routing implementations into a separate package. Agentk will have its own one too. Shared bits stay in tunclient and tunserver. There is more to do, but I ran out of time today and this MR is big already. Please look at individual commits.

  • Generated mocks and build files

  • Move kas-specific stuff into a separate package

  • Move types

  • Rename files

  • Export StateType values

  • Export TunnelImpl fields

  • Export TunnelImpl

  • Remove unused error return value

  • Extract ConnectRequestVisitor

  • Move visitor

Relates to #496 (closed).

Edited by Mikhail Mazurskiy

Merge request reports