package internal import "context" type IParts interface { Service(ctx context.Context) Server(ctx context.Context) }