()
| 50 | } |
| 51 | |
| 52 | func (mcr *mockOrchestrator) GetConfigJSON() ([]byte, error) { |
| 53 | return nil, fmt.Errorf("not implemented") |
| 54 | } |
| 55 | |
| 56 | func (*mockOrchestrator) UpdateConfig(version int32, config []byte) *tunnelpogs.UpdateConfigurationResponse { |
| 57 | return &tunnelpogs.UpdateConfigurationResponse{ |