mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
7fdb524fc6
* improve key renewal * sqlx and fix * fix build * improve everything * nits * nits * update ee ref * nit
9 lines
219 B
Rust
9 lines
219 B
Rust
pub async fn set_license_key(_license_key: String) -> () {
|
|
// Implementation is not open source
|
|
}
|
|
|
|
#[cfg(feature = "enterprise")]
|
|
pub async fn verify_license_key() -> () {
|
|
// Implementation is not open source
|
|
}
|